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
490
おすすめのVSCodeプラグイン / Recommended VSCode Extension
END
February 13, 2021
Tweet
Share
More Decks by END
See All by END
テストって楽しい!開発を加速させるテストの魅力 / Testing is Fun! The Fascinating of Testing to Accelerate Development
aiandrox
0
170
なぜ私は自分が使わないサービスを作るのか? / Why would I create a service that I would not use?
aiandrox
0
1.1k
成果を出しながら成長する、アウトプット駆動のキャッチアップ術 / Output-driven catch-up techniques to grow while producing results
aiandrox
0
630
複数の外部サービスデータの統合と変換を実現する Railsのインポートアーキテクチャ / Rails import architecture for integration and transformation of multiple external service data
aiandrox
0
830
プログラミングスクールのつながりがキャリアにつながるのかもしれない話 / Connections at programming schools may lead to a career
aiandrox
0
390
そうだ RubyKaigi、行こう。 / Let's go to RubyKaigi
aiandrox
0
2.2k
Other Decks in Programming
See All in Programming
Embracing Ruby magic
vinistock
2
230
파급효과: From AI to Android Development
l2hyunwoo
0
160
個人開発の学生アプリが企業譲渡されるまで
akidon0000
2
1.2k
今話題のMCPサーバーをFastAPIでサッと作ってみた
yuukis
0
130
はじめてのPDFKit.pdf
shomakato
0
100
カオスに立ち向かう小規模チームの装備の選択〜フルスタックTSという装備の強み _ 弱み〜/Choosing equipment for a small team facing chaos ~ Strengths and weaknesses of full-stack TS~
bitkey
1
140
生成AI時代のフルスタック開発
kenn
4
510
Storybookの情報をMCPサーバー化する
shota_tech
2
1.1k
設計の本質:コード、システム、そして組織へ / The Essence of Design: To Code, Systems, and Organizations
nrslib
10
3.8k
「理解」を重視したAI活用開発
fast_doctor
0
300
The New Developer Workflow: How AI Transforms Ideas into Code
danielsogl
0
120
LRパーサーはいいぞ
ydah
7
1.3k
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
137
6.9k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
33k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.7k
How to Ace a Technical Interview
jacobian
276
23k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Adopting Sorbet at Scale
ufuk
76
9.4k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Building an army of robots
kneath
305
45k
Rails Girls Zürich Keynote
gr2m
94
13k
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スペックの移動はできないっぽい