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
7.5k
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
140
AWS AmplifyではじめるDevOps
ismt7
0
55
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
710
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
73
Visual Studio Code リモート開発 スタートガイド
ismt7
1
26
Visual Studio Codeで始めるリモート開発入門
ismt7
1
440
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
68
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
62
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
56
Other Decks in Technology
See All in Technology
ハイテク休憩
sat
PRO
2
190
AI×医用画像の現状と可能性_2024年版/AI×medical_imaging_in_japan_2024
tdys13
0
1.1k
生成AIによるテスト設計支援プロセスの構築とプロセス内のボトルネック解消の取り組み / 20241220 Suguru Ishii
shift_evolve
0
160
信頼されるためにやったこと、 やらなかったこと。/What we did to be trusted, What we did not do.
bitkey
PRO
0
1.1k
Wantedly での Datadog 活用事例
bgpat
2
1.2k
AWS re:Invent 2024 ふりかえり勉強会
yhana
0
680
20241218_マルチアカウント環境におけるIAM_Access_Analyzerによる権限管理.pdf
nrinetcom
PRO
3
150
怖くない!ゼロから始めるPHPソースコードコンパイル入門
colopl
0
230
React Routerで実現する型安全なSPAルーティング
sansantech
PRO
3
800
ZOZOTOWN の推薦における KPI モニタリング/KPI monitoring for ZOZOTOWN recommendations
rayuron
1
750
[トレノケ雲の会 mod.13] 3回目のre:Inventで気づいたこと -CloudOperationsを添えて-
shintaro_fukatsu
0
120
サーバーなしでWordPress運用、できますよ。
sogaoh
PRO
0
170
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
A Modern Web Designer's Workflow
chriscoyier
693
190k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Into the Great Unknown - MozCon
thekraken
34
1.6k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
220
Designing for humans not robots
tammielis
250
25k
Bash Introduction
62gerente
609
210k
Navigating Team Friction
lara
183
15k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.9k
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」でコマンドパレットを表示できま す