VS Code
9/20/2022
VS Code is the primary editor I use as a programmer.
I keep my config as a literate programming file at VS Code Configuration.
Frequently Used Terminal Commands
There are a number of terminal commands I use fairly frequently:
code --list-extensions
- show the list of extensions installedcode .
- open the current directory in a new VS Code windowcode -r .
- open the current directory by reusing the currently active VS Code window
Preferred Extensions
The list of extensions (from running code -list-extensions
):
ahebrank.yaml2json
ahmadalli.vscode-nginx-conf
ahmadawais.shades-of-purple
akamud.vscode-theme-onelight
alefragnani.project-manager
asciidoctor.asciidoctor-vscode
bradlc.vscode-tailwindcss
bungcip.better-toml
chaseadamsio.vscode-theme-neon-night
cschlosser.doxdocgen
csstools.postcss
dakara.dakara-foldplus
dbaeumer.vscode-eslint
dkundel.vscode-new-file
dsznajder.es7-react-js-snippets
dzannotti.vscode-babel-coloring
eamodio.gitlens
ecmel.vscode-html-css
EditorConfig.EditorConfig
esbenp.prettier-vscode
fabianlauer.vs-code-xml-format
fivepointseven.vscode-theme-onedark-spacegray
flowtype.flow-for-vscode
foam.foam-vscode
formulahendry.github-actions
GitHub.vscode-pull-request-github
golang.go
GraphQL.vscode-graphql
GraphQL.vscode-graphql-execution
GraphQL.vscode-graphql-syntax
hashicorp.hcl
heptio.jsonnet
hex-ci.stylelint-plus
idleberg.applescript
jaredly.reason-vscode
jeff-hykin.better-cpp-syntax
joaompinto.asciidoctor-vscode
jpoissonnier.vscode-styled-components
KnisterPeter.vscode-commitizen
kortina.vscode-markdown-notes
lonefy.vscode-JS-CSS-HTML-formatter
matthewpi.caddyfile-support
mgmcdermott.vscode-language-babel
mhmadhamster.postcss-language
michelemelluso.code-beautifier
miramac.vscode-exec-node
mohsen1.prettify-json
mrmlnc.vscode-scss
ms-azuretools.vscode-docker
ms-ossdata.vscode-postgresql
ms-vscode-remote.remote-containers
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode-remote.remote-wsl
ms-vscode.cmake-tools
ms-vscode.cpptools
ms-vscode.cpptools-extension-pack
ms-vscode.cpptools-themes
ms-vsliveshare.vsliveshare
msjsdiag.debugger-for-chrome
octref.vetur
okitavera.vscode-nunjucks-formatter
raynigon.nginx-formatter
RichardKotze.git-mob
ronnidc.nunjucks
rust-lang.rust
samrapdev.outrun
sbrink.elm
sdras.night-owl
sdras.vue-vscode-snippets
silvenon.mdx
StepanVanzuriak.mono
streetsidesoftware.code-spell-checker
sysoev.language-stylus
tchayen.markdown-links
tlent.jest-snapshot-language-support
twxs.cmake
vsciot-vscode.vscode-arduino
vscode-org-mode.org-mode
vscodevim.vim
wayou.vscode-todo-highlight
william-voyek.vscode-nginx
yummygum.city-lights-theme
yzhang.markdown-all-in-one
zamerick.vscode-caddyfile-syntax
zhuangtongfa.material-theme
ziyasal.vscode-open-in-github
Relevant Notes
- Apply Language Modes to Files With Non-Standard Filenames in VS Code through File Associations
- VS Code Settings for Sharing Better Screencasts & Demos
- Enable tab completion for Markdown Snippets in VS Code
- Cleanup Unused Imports with "Organize Imports" in VS Code
This Article is Still in Progress
This post is a work in progress and not yet complete. If you're interested in reading the full article, let me know!
Want to Read It? Your interest helps me prioritize which articles to finish first. Click below to tell me you want to read this article when it's complete.