Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.55 KB

vscode.md

File metadata and controls

52 lines (39 loc) · 1.55 KB

Ctrl + Shift + P > "Interactive Playground" > "Practice"

  • ctrl + p + ? = Navigation tips from vscode
  • select variable and press f2 - rename/refactor variable.
  • select variable and press ctl+f2 - rename similar text (non programming language).
  • ctrl + pp - goto the recently closed file
  • zen mode (full screen)
  • ctrl + p + @ = Navigate faster within the editor
  • ctrl + p + @ + : = Split editor with classes, methods and functions

Settings

  • User settings - %APPDATA%\Code\User\settings.json
  • "files.eol": "\n" --setttings
  • "editor.mouseWheelZoom"
  • editor.fontFamily=fira

Icons and Theme

Plugins

  • Quokka.js
  • REST Client
  • Prettier
  • 30 seconds of code

References