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
480
おすすめの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
110
なぜ私は自分が使わないサービスを作るのか? / Why would I create a service that I would not use?
aiandrox
0
1k
成果を出しながら成長する、アウトプット駆動のキャッチアップ術 / Output-driven catch-up techniques to grow while producing results
aiandrox
0
610
複数の外部サービスデータの統合と変換を実現する Railsのインポートアーキテクチャ / Rails import architecture for integration and transformation of multiple external service data
aiandrox
0
800
プログラミングスクールのつながりがキャリアにつながるのかもしれない話 / Connections at programming schools may lead to a career
aiandrox
0
390
そうだ RubyKaigi、行こう。 / Let's go to RubyKaigi
aiandrox
0
2.1k
Other Decks in Programming
See All in Programming
generative-ai-use-cases(GenU)の推しポイント ~2025年4月版~
hideg
1
290
「”誤った使い方をすることが困難”な設計」で良いコードの基礎を固めよう / phpcon-odawara-2025
taniguhey
0
170
プロダクト横断分析に役立つ、事前集計しないサマリーテーブル設計
hanon52_
2
470
ウォンテッドリーの「ココロオドル」モバイル開発 / Wantedly's "kokoro odoru" mobile development
kubode
1
170
Deoptimization: How YJIT Speeds Up Ruby by Slowing Down / RubyKaigi 2025
k0kubun
0
1.3k
Fiber Scheduler vs. General-Purpose Parallel Client
hayaokimura
1
110
On-the-fly Suggestions of Rewriting Method Deprecations
ohbarye
1
3.4k
Golangci-lint v2爆誕: 君たちはどうすべきか
logica0419
1
160
AIコーディングエージェントを 「使いこなす」ための実践知と現在地 in ログラス / How to Use AI Coding Agent in Loglass
rkaga
4
700
SwiftUI API Design Lessons
niw
1
300
スモールスタートで始めるためのLambda×モノリス(Lambdalith)
akihisaikeda
2
300
Dissecting and Reconstructing Ruby Syntactic Structures
ydah
1
830
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Raft: Consensus for Rubyists
vanstee
137
6.9k
Docker and Python
trallard
44
3.3k
We Have a Design System, Now What?
morganepeng
52
7.5k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.3k
The Invisible Side of Design
smashingmag
299
50k
Site-Speed That Sticks
csswizardry
5
500
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.5k
GraphQLの誤解/rethinking-graphql
sonatard
71
10k
Bash Introduction
62gerente
611
210k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
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スペックの移動はできないっぽい