Skip to content

Commit

Permalink
feat: common document
Browse files Browse the repository at this point in the history
  • Loading branch information
testusuke committed Nov 21, 2023
1 parent 0178bd9 commit ec6894c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/tutorial/common/02-vscode-extensions/index.md
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 と入力し、有効化する。
4 changes: 4 additions & 0 deletions docs/tutorial/common/index.md
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)
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ nav:
- 02 - HTTPリクエスト: tutorial/frontend/02-http-request/index.md
- バックエンド:
- tutorial/backend/index.md
- 共通:
- tutorial/common/index.md
- 01 - Git: tutorial/common/01-git/index.md
- 02 - VS Code 拡張機能: tutorial/common/02-vscode-extensions/index.md
extra:
social:
- icon: fontawesome/brands/github
Expand Down

0 comments on commit ec6894c

Please sign in to comment.