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)
AIをプロダクトに実装するならAPIで分離しよう 〜タクシーアプリ『GO』のアーキテクチャ実例紹介〜
74th
3
290
最近のVS Codeで気になるニュース 2025/01
74th
1
290
VS CodeでF1〜12キーつかってますか? / Do you use the F1-12 keys in VS Code?
74th
2
450
CH32Vシリーズを楽しもう(74thの場合) / enjoy ch32v series
74th
1
880
面倒なことはGitHubCopilotにやらせたい…
74th
1
130
『新改訂版VS Code実践ガイド』の 改訂要素からみるVS Codeの進化
74th
4
1.7k
VS Code で開発している API を Postman 拡張機能でデバッグしたい
74th
0
170
VS Code Meetup #21 - もう一度知りたい基礎編 - ファイル操作、コーディングの基本編
74th
0
660
Django+Next.jsアプリの VS Codeワークスペース設定作り込み
74th
0
1.5k
Other Decks in Programming
See All in Programming
Agent Rules as Domain Parser
yodakeisuke
1
220
バリデーションライブラリ徹底比較
nayuta999999
1
340
生成AI時代のフルスタック開発
kenn
9
2.2k
コンポーネントライブラリで実現する、アクセシビリティの正しい実装パターン
schktjm
1
620
ワイがおすすめする新潟の食 / 20250530phpconf-niigata-eve
kasacchiful
0
170
try-catchを使わないエラーハンドリング!? PHPでResult型の考え方を取り入れてみよう
kajitack
3
200
知識0からカンファレンスやってみたらこうなった!
syossan27
5
320
型安全なDrag and Dropの設計を考える
yudppp
5
640
SpringBootにおけるオブザーバビリティのなにか
irof
1
870
漸進。
ssssota
0
240
CRUD から CQRS へ ~ 分離が可能にする柔軟性
tkawae
0
220
AIコーディングの本質は“コード“ではなく“構造“だった / The essence of AI coding is not “code” but "structure
seike460
PRO
2
700
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Making the Leap to Tech Lead
cromwellryan
133
9.3k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
180
53k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
650
The Power of CSS Pseudo Elements
geoffreycrofte
76
5.8k
Code Review Best Practice
trishagee
68
18k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
The Invisible Side of Design
smashingmag
299
50k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
740
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で作っているプロジェクト パッケージ系が深緑とぱっと種類がわかったり 一貫性のある色合いに