0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Visual Studio Codeの意外と知らないショートカット

Last updated at Posted at 2024-07-30

背景

この動画を見て、Visual Studio Codeのショートカットについて、結構知らないものがあったので忘備録としてここでまとめておきたいと思います。

ショートカット紹介

注意:当方、macユーザーであるため、macでのショートカットを書き連ねます。ご理解ください🙇

ショートカットの見つけ方編

  • command + shift + P(おすすめ)
    コマンドパレットの入力を起動するコマンド。"open terminal"など行いたい動作を入力すると、それっぽいコマンドを表示してくれる。
    ちなみに、"terminal: create new terminal in editor area"と検索しenterを押すと、エディタ領域でターミナルを開くことができる。広くて便利。

vscode編

  • command + 0 or command + 1(おすすめ)
    エディタ↔︎サイドバーの移動を行う(command + 0がエディタ→サイドバー、command + 1がサイドバー→エディタ)
  • command + D
    サイドバーを閉じたり開いたりする
  • command + P
    プロジェクト内のファイルを対象に、ファイルの検索を行う
  • command + T
    プロジェクト内のファイルを対象に、関数や変数名などのシンボルの検索を行う
  • Shift + control + →(おすすめ)
    ブロック全体を選択する(関数全体、変数名全体など)
  • option + ↑ or option + ↓
    選択した部分を上下に移動させる

ターミナル編

  • command + K
    現在のコンソール画面をクリアにする
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?