LoginSignup
0
0

More than 5 years have passed since last update.

Visual Studio Code Intro

Last updated at Posted at 2017-01-29

Visual Studio Code の Intro Videos を見たのでそのまとめです。

Intro Videos

Basis

  • Quick Open: [command] + [p]
  • Command Palette: [command] + [shift] + [p] or [F1]
  • IntelliSense: [control] + [space]
  • Go to Definition: [command] + [click]
  • Side by Side Editing: [command] + [click file]

User Setting

  • Change Setting: [command] + [shift] + [p]: Preferences: Open User Settings
  • Change Keyboard Shortcuts: [command] + [shift] + [p]: Preferences: Open Keyboard Shortcuts
  • Create New Snippet: [control] + [space] + [p]: Preferences: Open User Snippet

HTML

  • Emmet syntax + [Tab]
  • Ref.

Git

  • Create Branch: [command] + [shift] + [p]: Git Branch
  • Checkout: [command] + [shift] + [p]: Git Checkout

Tasks

  • Setup: [control] + [space] + [p]: Tasks: Configure Task Runner
  • Run: [control] + [space] + [p]: Tasks: Run Task

Multi Cursor

  • Start Multi Cursor: [option] + [click]
  • Start Multi Cursor: [option] + [shift] + [click]
  • Exit Multi Cursor: [esc]

Reorder

  • Start: [command] + [i]
  • Go up: [option] + [up]
  • Go down: [option] + [down]

Debug

  • Configure debugging by creating a launch.json file
  • Press [F9] to set break point
  • Press [F5] to start debugging
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0