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
7k
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
120
AWS AmplifyではじめるDevOps
ismt7
0
48
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
680
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
68
Visual Studio Code リモート開発 スタートガイド
ismt7
1
22
Visual Studio Codeで始めるリモート開発入門
ismt7
1
430
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
61
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
56
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
46
Other Decks in Technology
See All in Technology
安心してください、日本語使えますよ―Ubuntu日本語Remix提供休止に寄せて― 2024-11-17
nobutomurata
1
1k
AGIについてChatGPTに聞いてみた
blueb
0
130
SREが投資するAIOps ~ペアーズにおけるLLM for Developerへの取り組み~
takumiogawa
1
390
OTelCol_TailSampling_and_SpanMetrics
gumamon
1
190
Taming you application's environments
salaboy
0
190
RubyのWebアプリケーションを50倍速くする方法 / How to Make a Ruby Web Application 50 Times Faster
hogelog
3
950
Introduction to Works of ML Engineer in LY Corporation
lycorp_recruit_jp
0
130
Terraform未経験の御様に対してどの ように導⼊を進めていったか
tkikuchi
2
450
EventHub Startup CTO of the year 2024 ピッチ資料
eventhub
0
120
AWS Media Services 最新サービスアップデート 2024
eijikominami
0
200
飲食店データの分析事例とそれを支えるデータ基盤
kimujun
0
130
『Firebase Dynamic Links終了に備える』 FlutterアプリでのAdjust導入とDeeplink最適化
techiro
0
100
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
Done Done
chrislema
181
16k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
A better future with KSS
kneath
238
17k
Keith and Marios Guide to Fast Websites
keithpitt
409
22k
The Invisible Side of Design
smashingmag
298
50k
A Tale of Four Properties
chriscoyier
156
23k
Thoughts on Productivity
jonyablonski
67
4.3k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.8k
The Cost Of JavaScript in 2023
addyosmani
45
6.8k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
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」でコマンドパレットを表示できま す