-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# VS Code 拡張機能 | ||
|
||
以下の拡張機能を入れることをおすすめします! | ||
|
||
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) | ||
コード整形できます | ||
- [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) | ||
コメントが見やすくなります | ||
- [IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode) | ||
VS Code の保管機能を強化します | ||
- [JavaScript Snippets](https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets) | ||
JavaScript/TypeScript の拡張機能 | ||
- [Nextjs Snippets](https://marketplace.visualstudio.com/items?itemName=PulkitGangwar.nextjs-snippets) | ||
NextJS の拡張機能 | ||
|
||
## 設定 | ||
|
||
File -> Settings -> Open Preferences の手順で設定を開く。 | ||
|
||
Default Formatter と入力し、Prettier にする。 | ||
|
||
Format On Save と入力し、有効化する。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 共通 | ||
|
||
- [01 - Git](01-git/index.md) | ||
- [02 - VS Code 拡張機能](02-vscode-extentions/index.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters