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
おすすめのVSCodeプラグイン / Recommended VSCode Extension
Search
END
February 13, 2021
Programming
0
460
おすすめのVSCodeプラグイン / Recommended VSCode Extension
END
February 13, 2021
Tweet
Share
More Decks by END
See All by END
なぜ私は自分が使わないサービスを作るのか? / Why would I create a service that I would not use?
aiandrox
0
3
成果を出しながら成長する、アウトプット駆動のキャッチアップ術 / Output-driven catch-up techniques to grow while producing results
aiandrox
0
540
複数の外部サービスデータの統合と変換を実現する Railsのインポートアーキテクチャ / Rails import architecture for integration and transformation of multiple external service data
aiandrox
0
700
プログラミングスクールのつながりがキャリアにつながるのかもしれない話 / Connections at programming schools may lead to a career
aiandrox
0
370
そうだ RubyKaigi、行こう。 / Let's go to RubyKaigi
aiandrox
0
2k
Other Decks in Programming
See All in Programming
Amazon Bedrock Multi Agentsを試してきた
tm2
1
280
[Fin-JAWS 第38回 ~re:Invent 2024 金融re:Cap~]FaultInjectionServiceアップデート@pre:Invent2024
shintaro_fukatsu
0
400
ISUCON14公式反省会LT: 社内ISUCONの話
astj
PRO
0
180
『GO』アプリ バックエンドサーバのコスト削減
mot_techtalk
0
130
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
770
GAEログのコスト削減
mot_techtalk
0
110
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
110
Bedrock Agentsレスポンス解析によるAgentのOps
licux
2
720
Grafana Loki によるサーバログのコスト削減
mot_techtalk
1
110
Java Webフレームワークの現状 / java web framework at burikaigi
kishida
9
2.2k
Unity Android XR入門
sakutama_11
0
140
Introduction to kotlinx.rpc
arawn
0
630
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
427
64k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
A Tale of Four Properties
chriscoyier
158
23k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
Raft: Consensus for Rubyists
vanstee
137
6.8k
Visualization
eitanlees
146
15k
We Have a Design System, Now What?
morganepeng
51
7.4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Docker and Python
trallard
44
3.3k
How STYLIGHT went responsive
nonsquared
98
5.3k
Transcript
おすすめのVSCodeプラグイン 2021年2月13日 お蔵入りしたやつ
Bracket Pair Colorizer ・かっこをペアにしてくれる ・かっこの多いJavaScriptなどで便利
indent-rainbow ・インデントをカラフルにしてくれる
zenkaku ・紛れてしまいがちな全角空白を目立たせてくれる
GitLens ・誰がいつどんなコミットをしたかわかる ・GitHubとの連携もできる
Code Spell Checker ・英語のスペルを訂正してくれる ・拡張機能やsettings.jsonをGistに保存して、 複数PCで設定を共有できる Settings Sync
Ruby, Rails系
Rails Run Specs ・ショートカットでRSpecを走らせる ・現在開いているファイル(command + shift + p) ・現在の行(command
+ l)
Rails Go to Spec ・プロダクトファイル⇔スペックファイルの移動が便利 ショートカット(command + shift + y)で移動
・controller⇔requestスペックの移動はできないっぽい