0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【VSCode】プラグイン集

Last updated at Posted at 2024-02-18

はじめに

VSCodeで実際に使用しているプラグインを記載していきます。
基本的に自分用のメモですが、誰かのお役に立てると嬉しいです。

プラグインとは

VSCodeの通常機能に加えて、さまざな機能を補完できる拡張機能。
GUI:
Extensions(Ctrl+Shift+x)から検索を行い、インストール。
CUI:
code --list-extensions
code --install-extension [Extension ID]
code --uninstall-extension [Extension ID]

プラグイン一覧

HTML

Prettier - Code formatter [esbenp.prettier-vscode]

Auto Rename Tag [formulahendry.auto-rename-tag]

VSCode

Code Spell Checker [streetsidesoftware.code-spell-checker]

Live Server [ritwickdey.liveserver]

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?