VS code Recommended extensions

2018-12-07 EasiestSoft.com

Some Visual Studio Code extensions used by EasiestSoft.com

  • Code Spell Checker: Spelling checker for source code
  • Go
  • Nim
  • Just
  • Better TOML

Search and replace

  • Shift+Alt+F Find in folder
  • Ctrl+Shift+E Open the Explorer
  • {**/*.md,**/*.txt} group conditions
  • Ctrl+Shift+F Quickly search over all files
  • [一-龥] Match Chinese

Select default shell to use Git Bash

  • Ctrl + Shift + P
  • Enter select default shell
  • Select Git Bash

How to open VS Code user settings

  • On Windows/Linux - File > Preferences > Settings
  • On macOS - Code > Preferences > Settings

You can also open the Settings editor from the Command Palette (Ctrl+Shift+P) with Preferences: Open Settings or use the keyboard shortcut (Ctrl+,)

Click ... click Open settings.json

Click USER SETTINGS

for example:

{
    "files.eol": "\n"
}

©2012-2019 EasiestSoft