Lage.tech

BotmationNotes
moon indicating dark mode
sun indicating light mode

Visual Studio Code

Favorite keyboard shortcuts

Navigation

  • Open Explorer
    • control + shift + e
  • Search Project for Files with text
    • control + shift + f
  • Open File by partial file name
    • control + p then type filename and use arrow keys to highlight file to enter

Multi-Line Editing

  • Move highlighted line(s) up or down
    • alt + d + up or down arrow key
  • Duplicate Cursor below or above
    • alot + control + up or down arrow key

Markdown

  • Display Preview Mode of open Markdown file
    • control + shift + V
  • Display Preview Mode side by side to open Markdown file
    • control + k, v

Zen Mode

  • Toggle on/off Zen mode
    • control + k, z

Favorite settings

Favorite extensions

  • GitLens
    • Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
  • Version Lens
    • Shows the latest version for each package using code lens
  • Live Share
    • Real-time collaborative development from the comfort of your favorite tools.
  • Todo Tree
    • Show TODO, FIXME, etc. comment tags from project source in a tree view
  • Better Comments
    • Improve your code commenting by annotating with alert, informational, TODOs, and more!
  • MDX
    • Provides syntax highlighting and bracket matching for MDX (JSX in Markdown) files.
  • Apollo GraphQL
    • Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform
  • Docker
    • Makes it easy to create, manage, and debug containerized applications.
  • GraphQL for VSCode
    • GraphQL syntax highlighting, linting, auto-complete, and more!
  • Nx Console
    • Partial Nx Console GUI for Visual Studio Code
  • VSCode Eval
    • Evaluate multiple selections as javascript expressions and replace them with their values.
  • Prettier - Code formatter
    • Code formatter using prettier
  • EditorConfig for VS Code
    • EditorConfig Support for Visual Studio Code