Awesome VSCode Extensions Edit List on github

Builtin features you should know before you run looking for an extension
  1. All Workspace Fuzzy symbol search (v1.89+)
  2. Timeline for Jetbrains-like local history
  3. Python no-config debug from the terminal
  4. In-editor git blame
  5. Python auto-indent settings
Essentials that are almost part of the editor
  1. GitLens -Essential
  2. Remote Development -Connect to local/remote machines/containers
General niceties
  1. Highlight Words -Track numerous symbols easily
  2. Bookmarks -JetBrains-like bookmarks
  3. AutoScroll -Auto-scroll files, as if running `tail -f`
  4. Error Lens -Inline error messaging
  5. Search Editor Apply Changes -Emacs-style compile mode edit within search window
  6. Color Highlight -Highlight color strings, mostly css work
Extensions only needed for some workflows
  1. Kubernetes -Best K8s UI
  2. Rainbow CSV -CSV/TSV highlighting
  3. Nvidia GPU usage - nvidia-smi memory usage in status bar
  4. Copy Python Path -Convenient Python path copying
  5. Styled Components -Only if using styled-components