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
VS Code Meetup #21 - もう一度知りたい基礎編 - ファイル操作、コーディン...
Search
74th(Atsushi Morimoto)
August 06, 2022
Technology
0
600
VS Code Meetup #21 - もう一度知りたい基礎編 - ファイル操作、コーディングの基本編
Videoの操作一覧のスライド
https://www.youtube.com/watch?v=lHwAOT1M-tE
74th(Atsushi Morimoto)
August 06, 2022
Tweet
Share
More Decks by 74th(Atsushi Morimoto)
See All by 74th(Atsushi Morimoto)
VS CodeでF1〜12キーつかってますか? / Do you use the F1-12 keys in VS Code?
74th
2
350
CH32Vシリーズを楽しもう(74thの場合) / enjoy ch32v series
74th
1
120
面倒なことはGitHubCopilotにやらせたい…
74th
1
75
『新改訂版VS Code実践ガイド』の 改訂要素からみるVS Codeの進化
74th
4
1.4k
VS Code で開発している API を Postman 拡張機能でデバッグしたい
74th
0
130
Django+Next.jsアプリの VS Codeワークスペース設定作り込み
74th
0
1.4k
PlatformIO で シュッと Arduino 開発を高速化しよう Speed up your Arduino development with PlatformIO!
74th
0
5.4k
VS Codeで実践! Kubernetes上のアプリのデバッグ実行手法
74th
0
520
最強のDev Containerを考える
74th
0
330
Other Decks in Technology
See All in Technology
Amazon Kendra GenAI Index 登場でどう変わる? 評価から学ぶ最適なRAG構成
naoki_0531
0
120
普通のエンジニアがLaravelコアチームメンバーになるまで
avosalmon
0
110
APIとはなにか
mikanichinose
0
100
PHPerのための計算量入門/Complexity101 for PHPer
hanhan1978
5
210
watsonx.ai Dojo #5 ファインチューニングとInstructLAB
oniak3ibm
PRO
0
170
DUSt3R, MASt3R, MASt3R-SfM にみる3D基盤モデル
spatial_ai_network
2
190
NilAway による静的解析で「10 億ドル」を節約する #kyotogo / Kyoto Go 56th
ytaka23
3
380
開発生産性向上! 育成を「改善」と捉えるエンジニア育成戦略
shoota
2
400
株式会社ログラス − エンジニア向け会社説明資料 / Loglass Comapany Deck for Engineer
loglass2019
3
32k
なぜCodeceptJSを選んだか
goataka
0
160
ずっと昔に Star をつけたはずの思い出せない GitHub リポジトリを見つけたい!
rokuosan
0
150
祝!Iceberg祭開幕!re:Invent 2024データレイク関連アップデート10分総ざらい
kniino
3
320
Featured
See All Featured
Being A Developer After 40
akosma
87
590k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
95
17k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
32
2.7k
GitHub's CSS Performance
jonrohan
1030
460k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.4k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.5k
Documentation Writing (for coders)
carmenintech
66
4.5k
How STYLIGHT went responsive
nonsquared
95
5.2k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Transcript
Atsushi Morimoto @74th • AIよりのフルスタックエンジニア • VS Code Meetup オーガナイザ
• 自作キーボードに2年くらいはまっている • 著書 技術書典3~12参加 1 Sparrow62 v2(遊舎工房で委託中)
紹介するテクニック - 準備 - ワークスペーストラストの管理で、vscode-book-typescript を消す - スクリーンキャストモードを ON -
ファイル操作 - ワークスペース、フォルダをドロップで開く - ワークスペーストラスト → 信頼する - 上位ディレクトリ単位でも指定できるよ - ファイルの開き方 - (New) ツリーへのフィルタ - 新規ファイル - コマンドパレット - ファイル名 (Windows: Ctrl+P、macOS: Cmd+P) - シンボル検索 (Windows: Ctrl+T、macOS: Cmd+T) 2
紹介するテクニック - タブのファイルの状態 - 一時的に開いた状態: 斜体 → 一時的ではないようにしたいときはダブルクリック or Ctrl+S
、Cmd+S で保存 - 未保存の状態: 丸印 - エラーがある: 赤色 - git の状態: U(untracked), M(modify) とか文字とか色 - タブの分割はドラッグ&ドロップが楽 - ファイルツリー - 設定 files.exclude で node_modules を非表示に - 検索 search.exclude も同様に利用できる 3
紹介するテクニック - エディタ - 定義を開く(Windows/Linux: Ctrl、macOS: Cmd + クリック) or
F12 - 参照しているところ開く - 戻る (Windows: Ctrl+-) - リネーム (F2) - シンボル検索 (Windows: Ctrl+T、macOS: Cmd+T) - アウトライン - パンくずリスト - 問題パネル - コンパイルエラー - クイックフィックス (💡 マーク) 4
紹介するテクニック - よく使うテクニック - なんか変な挙動すると思ったら、コマンド「ウィンドウの再読み込み(Reload Windows)」 - 2 つのファイルをクリックして、ファイルの比較 -
選択範囲の一括置換 → ファイル内検索の「選択範囲を検索」 - ファイルパスの取得 → エクスプローラービューでファイルを右クリックして「パスのコピー」、もしくは Shift 押しながらドロップ - コマンド「無題の新規ファイル(Untitled File)」 5