IDE Visual Studio Code

Also see IDE, Editor and Database Tools

Shortcuts

1
Ctrl+P                                              Quick Open, Go to File…

Settings

File -> Preferences -> Settings -> Under user settings click the ellipses … in the top right -> Select ‘Open settings.json’

1
2
3
Show white space                    “editor.renderWhitespace”: “all”
Auto save “files.autoSave”: “afterDelay”
Explorer “explorer.autoReveal”: true

Extensions

  • Render Line Endings ~ Displays the line ending symbol and optionally extra whitespace when ‘Render whitespace’ is turned on.

If whitespace rendering is turned on, you will see the symbol for either LF (↓), CRLF (↵), or CR (←).

References