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图标
相关推荐
争不过朝夕,又念着往昔18 分钟前
即时通讯项目---网关服务
linux·c++·vscode
ACGkaka_4 小时前
Mac(十)设置右键文件夹使用 idea、vscode 打开
vscode·macos·intellij-idea
Hard but lovely6 小时前
vim的使用
linux·编辑器·vim
lincats1 天前
一步一步学习使用FireMonkey动画(6) 用实例理解动画的运行状态
ide·delphi·livebindings·delphi 12.3·firemonkey
404Clukay1 天前
VS Code进行.NET开发时使用断点和热重载
vscode
@Demi1 天前
vsCode或Cursor 使用remote-ssh插件链接远程终端
服务器·ide·vscode·ssh
lincats1 天前
一步一步学习使用FireMonkey动画(5) 动画图解11种动画插值类型
ide·移动开发·delphi 12.3·firedac·firemonkey
王伯爵1 天前
Visual Studio Code (VS Code) 工作区配置文件的作用
ide·vscode·状态模式
南风里1 天前
Android Studio下载gradle文件很慢的捷径之路
android·ide·android studio
后天han2 天前
vscode中launch.json中定义的编译文件名于生成的不一致修改
ide·vscode·编辑器