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
ここ半年で私の環境が劇的に変わった拡張機能3選
Search
74th(Atsushi Morimoto)
November 04, 2020
Programming
1
730
ここ半年で私の環境が劇的に変わった拡張機能3選
74th(Atsushi Morimoto)
November 04, 2020
Tweet
Share
More Decks by 74th(Atsushi Morimoto)
See All by 74th(Atsushi Morimoto)
VS Code Update for GitHub Copilot
74th
2
630
技術同人誌をMCP Serverにしてみた
74th
1
630
AIをプロダクトに実装するならAPIで分離しよう 〜タクシーアプリ『GO』のアーキテクチャ実例紹介〜
74th
3
340
最近のVS Codeで気になるニュース 2025/01
74th
1
300
VS CodeでF1〜12キーつかってますか? / Do you use the F1-12 keys in VS Code?
74th
2
460
CH32Vシリーズを楽しもう(74thの場合) / enjoy ch32v series
74th
1
940
面倒なことはGitHubCopilotにやらせたい…
74th
1
140
『新改訂版VS Code実践ガイド』の 改訂要素からみるVS Codeの進化
74th
4
1.7k
VS Code で開発している API を Postman 拡張機能でデバッグしたい
74th
0
200
Other Decks in Programming
See All in Programming
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
240
Hack Claude Code with Claude Code
choplin
3
1.4k
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
3
460
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
110
Porting a visionOS App to Android XR
akkeylab
0
440
Hypervel - A Coroutine Framework for Laravel Artisans
albertcht
1
110
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
270
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
210
10 Costly Database Performance Mistakes (And How To Fix Them)
andyatkinson
0
260
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
640
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
540
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Gamification - CAS2011
davidbonilla
81
5.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
The World Runs on Bad Software
bkeepers
PRO
69
11k
BBQ
matthewcrist
89
9.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Site-Speed That Sticks
csswizardry
10
690
Transcript
ここ半年で 私の環境が劇的に変わった 拡張機能3選 Atsushi Morimoto @74th
Neo Vim バックエンドに Vim-fork の neovim を使用 vim のキー操作が、最も 完璧
にできる " . "繰り返しコマンドなども、なるべく VS Code と連携してくれる ちょっとバギーなところが多いが、"Developer: Reload Window" で復活
Neo Vim でできるようになったコマンド <c-V>jjjjj$A.to_dataframe() 選択した5行の末尾に .to_dataframe() を追加 c3f)some_func()<ESC> n. n.
この行の3つ目の")" までをsome_func()に変える nで次の検索まで飛んで . でコマンド繰り返し qを使ったキーボードマクロも使える
YAMLでスニペットがかける
` ` ` ` ` ` ` ` ` `
YAMLでかけると、 タブを2つ追加するだけで、 すぐスニペットになる! 長い行数のもらくらくスニペット化! YAMLでKubernetesなど設定をよく書くので、 それを頻繁にスニペット化するように
High Contrast系テーマに最適化したアイコン
設定型は目立たない色に、 パッケージ系は緑など、 一貫性のある色を取り入れました
実在のVS Codeの画面 React+Pythonで作っているプロジェクト パッケージ系が深緑とぱっと種類がわかったり 一貫性のある色合いに