umarov / know-your-tools

Repo to show cool tips and tricks about development tools

Home Page:https://github.com/umarov/know-your-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Know your tools

A repo to show some cool things you can do with your tools to improve your productivity

VS Code

VS Code specific tips and tricks.

Command Pallet

  • Command + Shift + P or Control + Shift + P

Command Palette in VS Code

Breadcrumbs

Breadcrumbs in VS Code

Snippets

Vetur

  • Syntax Highlighting
  • Snippets
  • Linting
  • Autocomplete
  • Error checking

Vetur

Emmet

Emmet in VS Code

Smart selection expansion

Smart Selection Expansions

Jump back to previous cursor or selection

  • Command + U or Control + U to jump back

Jump back to previous cursor or selection

Reopen previously closed file

  • Command + Shift + T or Control + Shift + T

Reopen previously closed file

Multi cursor

Multi cursor

Indenting with Control + [ or ]

Indenting

Terminal

  • Split Terminals Control + \
  • Move between them with Alt
  • Change direction
  • Being able to use your own shell
  • Expand terminal
  • Terminal tabs
  • Terminal tabs for workspaces (mention in the workspaces section)

Terminal

Closing tabs in one group, closing tabs in the whole window

Opening and Closing tabs

Zen Mode

  • Command + K Z or Control + K Z

Live Share

Prettier to Format the code

Prettier

JS Type checking

JS Type checking

GitLens

Gitlens

Settings Sync

  • Use gist to upload/download settings
  • Auto-upload every time a setting/extension/shortcut/snippet changes
  • Auto-download on booting VS Code

Project Manager

  • Provide a directory with projects
  • Switch between them with Alt + Shift + P

Workspaces

  • Including multiple projects in one VS Code window
  • Being able to open terminals for each
  • Combined Git experience

Debugging Node and Vue projects

  • Command + Shift + D
  • Log point
  • Log point with variables

Browser Preview

  • Debugging on browser preview

Auto imports on TypeScript projects

Auto Imports on TS

Refactoring

Refactoring 1

Refactoring 2

Other cool extensions

About

Repo to show cool tips and tricks about development tools

https://github.com/umarov/know-your-tools

License:MIT License