Skip to content

Instantly share code, notes, and snippets.

@evanwill
Created August 22, 2016 08:00
Show Gist options
  • Save evanwill/cc65b5b1f54d7b97ba6416246d104761 to your computer and use it in GitHub Desktop.
Save evanwill/cc65b5b1f54d7b97ba6416246d104761 to your computer and use it in GitHub Desktop.

Visual Studio Code Notes

Code is a nice open source text editor from microsoft, https://code.visualstudio.com

Docs, https://code.visualstudio.com/Docs

Here are my notes-to-self about cool stuff:

Enable word wrap

Go to File > Preferences > User Settings, then add { "editor.wrappingColumn": 0, } to the settings.json on the right side.

Markdown

click Ctrl+Shift+V to preview file.

HTML

Emmet snippet expansion, write the abbreviation and press tab. Cheatsheet, http://docs.emmet.io/cheat-sheet/

Auto format html, highlight area and Ctrl+Shift+I. Setting for auto format are in File > Preferences > User Settings, add "html.format.wrapLineLength": 0, to prevent auto link breaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment