vscode配色主题推荐:Andromeda !

vscode配色主题推荐:Andromeda ! 图标库 vscode-icons !

Andromeda:Dark theme with a taste of the universe;

仙女座:一套宇宙深空体验的哑暗色主题; 高对比度,色彩饱和;

Easy Installation

  1. Open the extensions sidebar on Visual Studio Code
  2. Search for Andromeda Theme
  3. Click Install to install it.
  4. Click Reload to reload your editor.
  5. Code/File > Preferences > Color Theme > Andromeda.

轻松安装

1.打开Visual Studio Code上的扩展侧边栏 .

2.搜索Andromeda主题 .

3.点击安装 进行安装.

4.单击重新加载 重新加载编辑器.

5.代码/文件 ->首选项 ->颜色主题 ->仙女座 Andromeda.


vscode-icons

Visual Studio Code的图标库,更直观的目录视图

Installation

To install the extension just execute the following command in the Command Palette of Visual Studio Code:

sh 复制代码
ext install vscode-icons

Some people have reported that they cannot find the extension when they insert the installation command.

If you find yourself in the same position, try:

sh 复制代码
ext install icons
# or
ext install "vscode-icons"

Usage

Once installed and after reloading vscode, you will be presented with a message to Activate the icons.

In case this doesn't happen, navigate to:

  • Linux & Windows => File > Preferences > Theme > File Icon Theme > VSCode Icons.
  • MacOS => Code > Preferences > File Icon Theme > VSCode Icons.

安装

要安装扩展程序,只需在Visual Studio Code的命令面板中执行以下命令:

sh 复制代码
安装vscode-icons

用法

  • 安装并重新加载"vscode"后,您将看到一条消息以"激活"图标。

  • 如果没有效果,请导航到:

    • Linux'&'Windows>文件>首选项>主题>文件图标主题>VSCode图标
    • MacOS > 代码>首选项>文件图标主题>VSCode图标
相关推荐
半糖112232 分钟前
【VSCode】常用插件汇总
vscode·编辑器
cnnews35 分钟前
在vscode中的ESP-IDF插件中使用Arduino框架作为组件
ide·vscode·编辑器
乐闻x2 小时前
VSCode 插件开发实战(三):插件配置项自定义设置
ide·vscode·编辑器
羊小猪~~2 小时前
前端入门之VUE--ajax、vuex、router,最后的前端总结
前端·javascript·css·vue.js·vscode·ajax·html5
qq_397562316 小时前
android studio更改应用图片,和应用名字。
android·ide·android studio
峥嵘life6 小时前
Android Studio版本升级那些事
android·ide·android studio
乐闻x7 小时前
VSCode 插件开发实战(四):使用 React 实现自定义页面
ide·vscode·react.js
创意锦囊7 小时前
随时随地编码,高效算法学习工具—E时代IDE
ide·学习·算法
Wallace Zhang8 小时前
STM32F407 | Embedded IDE01 - vscode搭建Embedded IDE开发环境(支持JLINK、STLINK、DAPLINK)
ide·vscode·stm32
算法哥10 小时前
解决Jupyter默认打开C盘的问题
ide·python·jupyter