Skip to content

Instantly share code, notes, and snippets.

@vxhviet
Last active June 2, 2023 12:28
Show Gist options
  • Save vxhviet/1e3288cdcd27aec28fe1f67fbac60dda to your computer and use it in GitHub Desktop.
Save vxhviet/1e3288cdcd27aec28fe1f67fbac60dda to your computer and use it in GitHub Desktop.

VS Code Tips and Tricks

  • Useful plugins:

    • Important:

      • Gruvbox Theme (jdinhlife)
      • IntelliJ IDEA Keybindings (Keisuke Kato)
      • Prettier - Code formatter (prettier.io)
      • Live Server (Ritwick Dey) or use live-server installed from npm
      • Code Runner (Jun Han)
      • Color Highlight (Sergii N)
    • Optional:

      • Atom One Dark Theme (Mahmoud Ali)
      • C/C++ Themes
      • Community Material Theme (Equinusocio)
      • Palenight Theme (Olaolu Olawuyi)
      • Zenburn
  • With that IntelliJ IDEA Keybindings installed, search for shortcut by:

CMD + Shift + A
  • Multiple cursor: hold Option then double click on words.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment