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
710
ここ半年で私の環境が劇的に変わった拡張機能3選
74th(Atsushi Morimoto)
November 04, 2020
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
330
CH32Vシリーズを楽しもう(74thの場合) / enjoy ch32v series
74th
1
99
面倒なことはGitHubCopilotにやらせたい…
74th
1
63
『新改訂版VS Code実践ガイド』の 改訂要素からみるVS Codeの進化
74th
4
1.4k
VS Code で開発している API を Postman 拡張機能でデバッグしたい
74th
0
120
VS Code Meetup #21 - もう一度知りたい基礎編 - ファイル操作、コーディングの基本編
74th
0
590
Django+Next.jsアプリの VS Codeワークスペース設定作り込み
74th
0
1.4k
PlatformIO で シュッと Arduino 開発を高速化しよう Speed up your Arduino development with PlatformIO!
74th
0
5.2k
VS Codeで実践! Kubernetes上のアプリのデバッグ実行手法
74th
0
500
Other Decks in Programming
See All in Programming
レガシーシステムにどう立ち向かうか 複雑さと理想と現実/vs-legacy
suzukihoge
14
2.2k
Quine, Polyglot, 良いコード
qnighy
4
640
型付き API リクエストを実現するいくつかの手法とその選択 / Typed API Request
euxn23
8
2.2k
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
0
100
リアーキテクチャxDDD 1年間の取り組みと進化
hsawaji
1
220
WebフロントエンドにおけるGraphQL(あるいはバックエンドのAPI)との向き合い方 / #241106_plk_frontend
izumin5210
4
1.4k
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
1
290
RubyLSPのマルチバイト文字対応
notfounds
0
120
Macとオーディオ再生 2024/11/02
yusukeito
0
370
EventSourcingの理想と現実
wenas
6
2.3k
3rd party scriptでもReactを使いたい! Preact + Reactのハイブリッド開発
righttouch
PRO
1
600
C++でシェーダを書く
fadis
6
4.1k
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Become a Pro
speakerdeck
PRO
25
5k
Why Our Code Smells
bkeepers
PRO
334
57k
4 Signs Your Business is Dying
shpigford
180
21k
Automating Front-end Workflow
addyosmani
1366
200k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
246
1.3M
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
The Pragmatic Product Professional
lauravandoore
31
6.3k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Side Projects
sachag
452
42k
What's new in Ruby 2.0
geeforr
343
31k
Thoughts on Productivity
jonyablonski
67
4.3k
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で作っているプロジェクト パッケージ系が深緑とぱっと種類がわかったり 一貫性のある色合いに