> For the complete documentation index, see [llms.txt](https://notes.davidfeng.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.davidfeng.us/vs-code.md).

# VS Code

* Download Settings Sync
* Command Palette => sync: download settings
  * upload/download settings: shift + alt + u/d
* ⌘P will let you navigate to any file or symbol by typing its name
* ⌃Tab will cycle you through the last set of files opened
* ⇧⌘O will let you navigate to a specific symbol in a file
* ⌃G will let you navigate to a specific line in a file

{% embed url="<https://www.vscodecandothat.com/>" %}

### Useful commands

* `F1 or cmd+shift+P`Command Palette
* `alt + up / down` move current line up and down.
* emmet notation
  * `div>ol*2>li.example$*6>lorem`
  * `img.large#avatar`

format selection / document. (also in settings you can set format on save/paste/type). OR just right click to select format document.
