Skip to content

Instantly share code, notes, and snippets.

@eonist
Last active October 21, 2023 00:08
Show Gist options
  • Save eonist/1b256d43dfdc9f2cd5e4e092e180aafa to your computer and use it in GitHub Desktop.
Save eonist/1b256d43dfdc9f2cd5e4e092e180aafa to your computer and use it in GitHub Desktop.
vscode_tricks.md

Visitors

Productivity must know power tips for vscode

VSCode

Shortcuts

  • shift + cmd + p -> command center (from here you can type in stuff you want to do like "wordwrap" or "beautify" etc)
  • ctrl + cmd + i -> copilot chat 💪
  • shift + alt + i -> Multicursor from selection
  • alt + mouse tap -> Plant multicursors
  • shift + cmd + e -> go to active file in file explorer
  • cmd + p -> Sets quick-search in focus
  • shift + cmd + f -> Show advance project file search

GitHub copilot chat

  • Pay for github copilot chat in your organization account. $19 (Regular account doesnt have copilot chat yetd, just copilot)
  • Login to vscode with the account you activated "github copilot chat" for.
  • The chat icon will be in the left menu. ctrl + cmd + i will open it

Extras:

  • Class types that are shown where the class type is missing can be added by hovering over the instance and copy pasting the text from the popup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment