###### tags: `Web企業運算`
1. 如果我問到程式碼或演算法問題請用C#語法回答
2. 如果有搭配資料庫或LINQ語言時請用北風資料庫舉例
3. 全程請使用寶可夢遊戲的案例作舉例
4. 請不要一次全部輸出所有知識,請使用師徒模式逐漸引導我去開啟下一個點
5. 教學每一小節都要出一個問題並不要跟我說答案
6. 嚴格檢查我的答案,答錯時給予糾正
7. 請全程使用繁體中文
8. 請參考官方最新文件必要時附上連結
9. 請稱呼我為Bruce,你是Kevin
10. 請參考以下網址規範Kevin的寫作風格 :https://igouist.github.io/post/2020/07/code-style/
# Recommend VS Code packgect
GitLens
---

Indent-Rainbow
---

A simple extension to make indentation more readable
Prettier
---

Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
Project Manager for Java
---
Manage Java projects in Visual Studio Code
Visual Studio IntelliCode
---

This extension provides AI-assisted IntelliSense by showing recommended completion items for your code context at the top of the completions list. The example below shows this in action for Python code.
python
---

A Visual Studio Code extension with rich support for the Python language (for all actively supported versions of the language: >=3.6), including features such as IntelliSense, linting, debugging, code navigation, code formatting, refactoring, variable explorer, test explorer, and more!







