0
2

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拡張機能

Last updated at Posted at 2021-05-29

拡張機能共通事項

Visual Studio Code の設定優先度
デフォルト設定 < ユーザー設定 < ワークスペース設定

Prettier - Code formatter

コード整形ツールで、ファイルの保存時に自動整形できる。
整形忘れでリポジトリが汚れるのを防止できるため、チームでバージョン管理する場合は必須かも。

自動整形設定手順

初期設定状態では自動整形が無効になっているので、下記の手順で機能を有効にする。

  • Settingsメニューを開く。(Windows :CTRL + ,)
  • editor.defaultFormatterPrettier - Code formatterを選択する。
    image.png
  • Format On Saveにチェックを入れる。
    image.png
  • Prettierで検索し、必要に応じてヒットした整形ルールを設定する。

※設定ルールはプロジェクトのルート直下に「.prettierrc」ファイルを配置することでも反映可能

デバッグ関係

Debugger for Chrome

エディター関係

indent-rainbow

Brackets Pair Colorizer

Marp for VS Code

マークダウンビュワー

  • pdfやパワポで出力できる。
  • gitのREADMEを書く時にも使える。
  • Qiitaで書いた投稿をパワポに変換する時にも使える。

装飾

vscode-icons

Trailing Spaces
末尾のスペースにハイライトを入れることができるが、全角スペースには未対応…
ファイル保存時に末尾のスペースを自動削除も可能

Prettier - Code formatterで機能を包含しているので不要になりました。

リモート開発

Remote - WSL

Remote - SSH

バージョン管理関係

Git History

Git Graph

GitLens — Git supercharged

エディタのコード上にいつ・誰がコミットしたかの概要が表示されるようになる

スニペット関係

HTML Snippets

Japanese Language Pack for Visual Studio Code

VSCODEの日本語化

Unity用の設定

こちらの記事が参考になります。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?