0
0

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 3 years have passed since last update.

普段使っているVScodeの拡張機能まとめ

Posted at

普段VScodeを使う際に利用している便利な拡張機能を備忘録としてまとめておきます。

Pylance

Pythonの型チェックや入力補完、importの不足の指摘など、Pythonプログラミングをサポートしてくれる

Black

Pythonコードのフォーマッター
とりあえず入れておけばコードのフォーマットを気にしなくていいので楽

Japanese Language Pack for Visual Studio Code

VScodeを日本語化してくれる

indent-rainbow

インデントを色分けしてくれる
インデントの段階が一目でわかって便利

Bracket Pair Colorizer

対応する括弧を同じ色で示してくれる
括弧の対応関係が一目でわかって便利

Paste Image

Markdownに画像を添付するのに便利
クリップボードから保存場所、ファイル名を指定して保存、貼り付けがVScode上で完結するのでとても便利
スクリーンショットを張り付ける際にもとても楽

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?