Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Visual Studio Codeの画面のあれこれ
Search
Ishimoto Tatsuya
January 13, 2023
Technology
0
8.2k
Visual Studio Codeの画面のあれこれ
Visual Studio Codeの画面構成や用語などを補足資料的に作成したものです
Ishimoto Tatsuya
January 13, 2023
Tweet
Share
More Decks by Ishimoto Tatsuya
See All by Ishimoto Tatsuya
Visual Studio CodeのDev Containersを使って開発環境構築してみよう(2024/09/07版)
ismt7
0
160
AWS AmplifyではじめるDevOps
ismt7
0
63
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
750
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
78
Visual Studio Code リモート開発 スタートガイド
ismt7
1
30
Visual Studio Codeで始めるリモート開発入門
ismt7
1
460
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
74
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
72
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
62
Other Decks in Technology
See All in Technology
Qiita Organizationを導入したら、アウトプッターが爆増して会社がちょっと有名になった件
minorun365
PRO
1
210
IAMのマニアックな話2025
nrinetcom
PRO
6
1.3k
サバイバルモード下でのエンジニアリングマネジメント
konifar
8
1.8k
ディスプレイ広告(Yahoo!広告・LINE広告)におけるバックエンド開発
lycorptech_jp
PRO
0
500
4th place solution Eedi - Mining Misconceptions in Mathematics
rist
0
150
Cracking the Coding Interview 6th Edition
gdplabs
14
28k
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
540
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
19k
エンジニア主導の企画立案を可能にする組織とは?
recruitengineers
PRO
1
280
遷移の高速化 ヤフートップの試行錯誤
narirou
6
1.8k
フォーイット_エンジニア向け会社紹介資料_Forit_Company_Profile.pdf
forit_tech
1
1.7k
Change Managerを活用して本番環境へのセキュアなGUIアクセスを統制する / Control Secure GUI Access to the Production Environment with Change Manager
yuj1osm
0
110
Featured
See All Featured
Facilitating Awesome Meetings
lara
53
6.2k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
580
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.2k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.4k
Visualization
eitanlees
146
15k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Raft: Consensus for Rubyists
vanstee
137
6.8k
Navigating Team Friction
lara
183
15k
Transcript
Visual Studio Codeの 画面のあれこれ 日本仮想化技術株式会社 VirtualTech.jp 2023/01/12 1
目次 • アクティビティバー ◦ エクスプローラー ◦ 検索 ◦ ソース管理 ◦
実行とデバッグ ◦ 拡張機能 ◦ GitHub • サイドバー ◦ プライマリーサイドバー ◦ セカンダリーサイドバー • パネル • ステータスバー • コマンドパレット 2
アクティビティバー - 全体 3
4
上から順番に • エクスプローラー • 検索 • ソース管理 • 実行とデバッグ •
拡張機能 • GitHub(拡張機能をインストールで有効) 5
エクスプローラー 6
7 次の4つのセクションで構成されています 1. 開いているエディター 2. フォルダー 3. アウトライン 4. タイムライン
ソース管理 8
9
10 次の4つのセクションで構成されています 1. メニュー 2. コミットメッセージ 3. コミットボタン 4. 変更したファイルとステージング中のファイル一覧
11 ファイル名にマウスオーバーするとステージしたり、 変更を取り消したりすることができます 「変更」のセクション上でも全体をまとめて追加することができます
12 基本的には複数のコミットを積んだ上で、プッシュすることが多いと思いますが、コミット & プッシュをすることもできます
13 左から順番に 1. ファイルの表示形式 (一覧/ツリー) 2. コミット 3. プルリクエストを作成 4.
更新 5. (Git Graph拡張機能をインストール時に有効 ) 6. メニュー
14 「・・・」を押下することで Gitで使用できる主要な機能を実行す ることができます
プライマリーサイドバー 15
16
セカンダリーサイドバー 17
18
パネル 19
20
ステータスバー 21
22
コマンドパレット 23
24 「⌘ Command」 + 「⇧ Shift」 + 「P」でコマンドパレットを表示できま す