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
97
面倒なことはGitHubCopilotにやらせたい…
74th
1
62
『新改訂版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.1k
VS Codeで実践! Kubernetes上のアプリのデバッグ実行手法
74th
0
490
Other Decks in Programming
See All in Programming
とにかくAWS GameDay!AWSは世界の共通言語! / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
1
810
初めてDefinitelyTypedにPRを出した話
syumai
0
240
シェーダーで魅せるMapLibreの動的ラスタータイル
satoshi7190
1
470
役立つログに取り組もう
irof
28
9.4k
Dev ContainersとGitHub Codespacesの素敵な関係
ymd65536
1
140
광고 소재 심사 과정에 AI를 도입하여 광고 서비스 생산성 향상시키기
kakao
PRO
0
170
ペアーズにおけるAmazon Bedrockを⽤いた障害対応⽀援 ⽣成AIツールの導⼊事例 @ 20241115配信AWSウェビナー登壇
fukubaka0825
5
1.5k
AWS Lambdaから始まった Serverlessの「熱」とキャリアパス / It started with AWS Lambda Serverless “fever” and career path
seike460
PRO
1
210
as(型アサーション)を書く前にできること
marokanatani
4
840
GitHub Actionsのキャッシュと手を挙げることの大切さとそれに必要なこと
satoshi256kbyte
5
420
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
300
2024/11/8 関西Kaggler会 2024 #3 / Kaggle Kernel で Gemma 2 × vLLM を動かす。
kohecchi
4
790
Featured
See All Featured
RailsConf 2023
tenderlove
29
900
Designing Experiences People Love
moore
138
23k
Imperfection Machines: The Place of Print at Facebook
scottboms
264
13k
The Invisible Side of Design
smashingmag
297
50k
A Philosophy of Restraint
colly
203
16k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
How to Think Like a Performance Engineer
csswizardry
20
1.1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
400
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
Thoughts on Productivity
jonyablonski
67
4.3k
[RailsConf 2023] Rails as a piece of cake
palkan
51
4.9k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
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で作っているプロジェクト パッケージ系が深緑とぱっと種類がわかったり 一貫性のある色合いに