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
620
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)
AIをプロダクトに実装するならAPIで分離しよう 〜タクシーアプリ『GO』のアーキテクチャ実例紹介〜
74th
3
150
最近のVS Codeで気になるニュース 2025/01
74th
1
250
VS CodeでF1〜12キーつかってますか? / Do you use the F1-12 keys in VS Code?
74th
2
380
CH32Vシリーズを楽しもう(74thの場合) / enjoy ch32v series
74th
1
630
面倒なことはGitHubCopilotにやらせたい…
74th
1
94
『新改訂版VS Code実践ガイド』の 改訂要素からみるVS Codeの進化
74th
4
1.6k
VS Code で開発している API を Postman 拡張機能でデバッグしたい
74th
0
140
Django+Next.jsアプリの VS Codeワークスペース設定作り込み
74th
0
1.5k
PlatformIO で シュッと Arduino 開発を高速化しよう Speed up your Arduino development with PlatformIO!
74th
0
5.9k
Other Decks in Technology
See All in Technology
事業継続を支える自動テストの考え方
tsuemura
0
300
AndroidXR 開発ツールごとの できることできないこと
donabe3
0
110
TAMとre:Capセキュリティ編 〜拡張脅威検出デモを添えて〜
fujiihda
0
100
Tech Blogを書きやすい環境づくり
lycorptech_jp
PRO
0
120
エンジニアの育成を支える爆速フィードバック文化
sansantech
PRO
3
660
5分で紹介する生成AIエージェントとAmazon Bedrock Agents / 5-minutes introduction to generative AI agents and Amazon Bedrock Agents
hideakiaoyagi
0
220
データ資産をシームレスに伝達するためのイベント駆動型アーキテクチャ
kakehashi
PRO
2
230
Developer Summit 2025 [14-D-1] Yuki Hattori
yuhattor
19
5.1k
Moved to https://speakerdeck.com/toshihue/presales-engineer-career-bridging-tech-biz-ja
toshihue
2
550
Ask! NIKKEI RAG検索技術の深層
hotchpotch
13
2.8k
生成AIの利活用を加速させるための取り組み「prAIrie-dog」/ Shibuya_AI_1
visional_engineering_and_design
1
140
技術的負債解消の取り組みと専門チームのお話 #技術的負債_Findy
bengo4com
1
1.2k
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
The Invisible Side of Design
smashingmag
299
50k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
400
For a Future-Friendly Web
brad_frost
176
9.5k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Bash Introduction
62gerente
610
210k
GraphQLとの向き合い方2022年版
quramy
44
13k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
Music & Morning Musume
bryan
46
6.3k
Navigating Team Friction
lara
183
15k
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