naopoyo.com
  • Docs
  • Tags
  • Bookmarks
  • Tools
  • About
  • Docs
  • Tags
  • Bookmarks
  • Tools
  • About

目次

© naopoyo

目次

最近更新された記事

🔍

Claude Code の Explore エージェントについて

2日前·2026年02月07日
  • Claude Code
🚣

Tailwind CSS v4 で max-h-[300px] を max-h-75 に自動修正するための設定

3日前·2026年02月07日
  • Tailwind
  • ESLint
🧪

Rails 8 で作る RSpec テスト環境

4日前·2026年02月05日
  • Rails
  • Rspec
  • Ruby
🚆

VS Codeでよく使うショートカット

公開日4か月前2025-10-09
更新日4か月前2025-10-17
履歴GitHubで見る
MarkdownRaw Content
  • VS Code

ショートカットキー確認方法

コマンドパレットを開いて「Preferences: Open Keyboard Shortcuts」を選択する。

表示切り替え

コマンド説明
command + Bプライマリサイドバー切り替え
command + option + Bセカンダリサイドバー(チャットなど)切り替え
command + Jパネル(Terminalなど)切り替え
command + K command + 0すべてのコードを折りたたむ
command + K command + Jすべてのコードを展開む

ウィンドウ操作

コマンド説明
command + shift + N新しいウィンドウを開く
command + shift + Wウィンドウを閉じる

ファイル操作

コマンド説明
command + Pクイックオープン
command + N新しいファイルを作成
command + Wファイルを閉じる
command + shift + T最後に閉じたファイルを開く

検索・置換

コマンド説明
command + F検索
command + shift + Fファイル全体から検索
command + shift + Hファイル全体から置換
command + G指定行に移動

編集機能

コマンド説明
option + ↑ / ↓行を上下に移動
command + X行を切り取り
command + shift + K行を削除
command + D単語を選択(連続で実行可)
command + shift + Lすべてのマッチを選択
option + click複数カーソルを配置

移動・ナビゲーション

コマンド説明
command + shift + Oファイル内のシンボルに移動
command + shift + .次のエラー/警告に移動
command + shift + ,前のエラー/警告に移動
control + -前の編集位置に戻る
control + shift + -次の編集位置に進む

コード補完・インテリセンス

コマンド説明
control + space補完候補を表示

その他

コマンド説明
command + shift + Pコマンドパレット表示
command + ,Settings表示
command + QVS Codeを修了
command + shift + VMarkdownプレビュー
control + R最近開いたプロジェクト一覧を表示
command + \\コマンドパレットでエディタ分割