Skip to content

Commit

Permalink
🛠️docs: add Development Tools in toolkits/
Browse files Browse the repository at this point in the history
  • Loading branch information
xxrjun committed May 7, 2024
1 parent ab4dade commit de9b068
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/toolkits/DevelopmentTools.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

## IDE Extensions

- [**GitHub Copilot**](https://github.com/features/copilot)

- [**Prettier - Code formatter**](https://prettier.io/) - 文字排版對齊工具,基本上是必備。

- [**GitLens**](https://www.gitkraken.com/gitlens) - Git 超好用的套件,包含圖形化、比較分支差異等等好處說不完。
Expand All @@ -34,8 +36,11 @@

- [**ShellCheck**](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck)


- [**ShellCheck Website**](https://www.shellcheck.net/)

- [**Ruff**](https://github.com/astral-sh/ruff) - 一個非常快速的 Python linter 和程式碼格式化程式,是使用 Rust 編寫的。

## Terminals

- [**Windows Terminal**](https://www.microsoft.com/zh-tw/p/windows-terminal/9n0dx20hk701)
Expand Down

0 comments on commit de9b068

Please sign in to comment.