84
80

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio Code備忘録

Last updated at Posted at 2017-05-02

Visual Studio Code備忘録

以降では「Visual Studio Code」を「vscode」と略します。

表示しているファイル内のシンボルの一覧を表示する

vscodeでは、関数やクラス、メソッド等を「シンボル」として認識します。

以下のキーを押すと、表示しているファイル内のシンボルの一覧が表示されます(関数やクラス、メソッドの一覧が表示されます)。

mac windows
command + shift + o Ctrl + Shift + o

上述のキーを押した後、「:」をタイプすると、シンボルがクラスやメソッド等のカテゴリごとにソートされます。

一覧からシンボルを選択し、Enterキーを押すとそのシンボルに移動します。

シンボル名で検索する

以下のキーを押した後、シンボルの名前の一部をタイプすると、そのタイプした文字列に合致するシンボルをプロジェクト内のファイルの中から検索し、該当するシンボルの一覧が表示されます。

mac windows
command + t Ctrl + t

一覧から表示したいシンボルを選択し、Enterキーを押すとそのシンボルに移動します。

元にいた場所に戻る

各種ナビゲーション系の操作で移動した後、以下のキーを押すと元にいた場所に戻ってくることができます。

mac windows
ctrl + - Alt + ←

ファイル名でファイルを検索

指定した文字列をパスに含むファイルの一覧を表示します。

mac windows
command + p

サイドバー関連

サイドバーの表示、非表示を切り替えます。(View: Toggle Side Bar Visiblity)

mac windows
command + b

サイドバーにフォーカスします。(View: Focus into Side Bar)

mac windows
command + 0
84
80
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
84
80

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?