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
500
おすすめの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
200
なぜ私は自分が使わないサービスを作るのか? / 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
660
複数の外部サービスデータの統合と変換を実現する Railsのインポートアーキテクチャ / Rails import architecture for integration and transformation of multiple external service data
aiandrox
0
900
プログラミングスクールのつながりがキャリアにつながるのかもしれない話 / Connections at programming schools may lead to a career
aiandrox
0
400
そうだ RubyKaigi、行こう。 / Let's go to RubyKaigi
aiandrox
0
2.3k
Other Decks in Programming
See All in Programming
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
420
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
280
AIともっと楽するE2Eテスト
myohei
8
2.9k
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
170
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
160
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
210
状態遷移図を書こう / Sequence Chart vs State Diagram
orgachem
PRO
2
170
NEWT Backend Evolution
xpromx
1
110
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
5
650
RailsGirls IZUMO スポンサーLT
16bitidol
0
190
ふつうの技術スタックでアート作品を作ってみる
akira888
1
1.1k
Android 16KBページサイズ対応をはじめからていねいに
mine2424
0
240
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
53
7.7k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Into the Great Unknown - MozCon
thekraken
40
1.9k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Rails Girls Zürich Keynote
gr2m
95
14k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Speed Design
sergeychernyshev
32
1k
How to Ace a Technical Interview
jacobian
278
23k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Thoughts on Productivity
jonyablonski
69
4.7k
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スペックの移動はできないっぽい