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)
GitHub Copilotの全体像と活用のヒント AI駆動開発の最初の一歩
74th
8
3.2k
書いた同人誌をMCP Server化したら 趣味の組み込み開発が捗った話
74th
1
39
VS Code Update for GitHub Copilot
74th
2
790
技術同人誌をMCP Serverにしてみた
74th
1
770
AIをプロダクトに実装するならAPIで分離しよう 〜タクシーアプリ『GO』のアーキテクチャ実例紹介〜
74th
3
380
最近のVS Codeで気になるニュース 2025/01
74th
1
320
VS CodeでF1〜12キーつかってますか? / Do you use the F1-12 keys in VS Code?
74th
2
500
CH32Vシリーズを楽しもう(74thの場合) / enjoy ch32v series
74th
1
1.1k
面倒なことはGitHubCopilotにやらせたい…
74th
1
160
Other Decks in Programming
See All in Programming
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
230
技術的負債で信頼性が限界だったWordPress運用をShifterで完全復活させた話
rvirus0817
1
2.2k
自作OSでDOOMを動かしてみた
zakki0925224
1
1.4k
CSC305 Summer Lecture 06
javiergs
PRO
0
100
DockerからECSへ 〜 AWSの海に出る前に知っておきたいこと 〜
ota1022
5
1.8k
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
280
あのころの iPod を どうにか再生させたい
orumin
2
2.5k
tool ディレクティブを導入してみた感想
sgash708
1
150
Claude Codeで実装以外の開発フロー、どこまで自動化できるか?失敗と成功
ndadayo
2
1.5k
デザインシステムが必須の時代に
yosuke_furukawa
PRO
2
110
SOCI Index Manifest v2が出たので調べてみた / Introduction to SOCI Index Manifest v2
tkikuc
1
110
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
920
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Designing for humans not robots
tammielis
253
25k
Gamification - CAS2011
davidbonilla
81
5.4k
How to train your dragon (web standard)
notwaldorf
96
6.2k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
A designer walks into a library…
pauljervisheath
207
24k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
GraphQLとの向き合い方2022年版
quramy
49
14k
How STYLIGHT went responsive
nonsquared
100
5.7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
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で作っているプロジェクト パッケージ系が深緑とぱっと種類がわかったり 一貫性のある色合いに