2022-05-16 18:07:28 +09:00
|
|
|
# VSCodeの拡張機能
|
|
|
|
|
|
|
|
VSCodeは、標準で備えている機能の他にMarketplaceにある拡張機能をインストールすることでさまざまな機能を追加することができます。
|
|
|
|
|
|
|
|
## 拡張機能の検索
|
|
|
|
|
|
|
|
VSCodeを起動して、ウィンドウの左端のアクティビティバーにある「拡張機能」をクリックして、Marketplaceにある拡張機能を検索することができます。
|
|
|
|
|
|
|
|
## 便利な拡張機能の紹介
|
|
|
|
|
|
|
|
- ESLint ([`dbaeumer.vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)) … ESLintを使用するための拡張機能
|
|
|
|
- Prettier - Code formatter ([`esbenp.prettier-vscode`](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)) … Prettierを使用するための拡張機能
|
2022-05-16 18:14:27 +09:00
|
|
|
- Vue Language Features (Volar) ([`Vue.volar`](https://marketplace.visualstudio.com/items?itemName=Vue.volar)) … Vue.jsを使用するための拡張機能
|
2022-05-16 18:07:28 +09:00
|
|
|
|
|
|
|
検索した拡張機能を選択し、Install (インストール)をクリックしてその拡張機能をインストールします。
|