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
2
成果を出しながら成長する、アウトプット駆動のキャッチアップ術 / 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
Introduction to kotlinx.rpc
arawn
0
630
Rails アプリ地図考 Flush Cut
makicamel
1
110
Honoをフロントエンドで使う 3つのやり方
yusukebe
4
2.1k
Writing documentation can be fun with plugin system
okuramasafumi
0
120
チームリードになって変わったこと
isaka1022
0
190
Amazon ECS とマイクロサービスから考えるシステム構成
hiyanger
2
490
SpringBoot3.4の構造化ログ #kanjava
irof
2
970
SwiftUIで単方向アーキテクチャを導入して得られた成果
takuyaosawa
0
260
AIの力でお手軽Chrome拡張機能作り
taiseiue
0
170
ISUCON14公式反省会LT: 社内ISUCONの話
astj
PRO
0
180
Compose でデザインと実装の差異を減らすための取り組み
oidy
1
300
『品質』という言葉が嫌いな理由
korimu
0
160
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
229
18k
How to Ace a Technical Interview
jacobian
276
23k
Building Applications with DynamoDB
mza
93
6.2k
Agile that works and the tools we love
rasmusluckow
328
21k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Unsuck your backbone
ammeep
669
57k
BBQ
matthewcrist
86
9.5k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.8k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
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スペックの移動はできないっぽい