2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

個人的オススメのVScode拡張機能

Posted at

これはなに

個人的にオススメするVScode拡張機能を纏めたもの
Qiita内でもオススメ拡張機能記事は多いがここでは特定の言語で使うもの、どの記事でも紹介されているようなものは省いて紹介する。

change-case

キャメルケース,スネークケース(それぞれアッパー,ローワー対応)変換する
デフォルトで選択範囲をControl + Uで変換出来てコマンドを使わない分楽

Peacock

ワークスペースごとに縁の色を変えてくれる
VScodeを複数タブ開くような人にオススメ

Shortcuts

ショートカットボタンを追加できる
設定できるアイコンの一覧は以下を参照
https://primer.style/design/foundations/icons

Project Manager

ワークスペースの一覧の確認,切り替えができる
API,フロントなど複数ワークスペースを使う人にオススメ

CharacterCount

リアルタイムで文字数をカウントしてくれる
普段文章もVScodeで書く人にオススメ

Open in Editor

開いているファイルを別のエディタで開いてくれる
VScode以外に常用するエディタがある人にオススメ

codic

codicのAPiを叩いてコマンドパレットで操作してくれる
普段codicを使ったり命名が面倒な人にオススメ

Regex Previewer

正規表現を書いた際にどの文字列がマッチするのか確かめてくれる

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?