You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) (Integrated Development Environment) 這個字意會著一個強大且擁有許多功能的編輯器,通常使用在開發 "整個計畫" 上。顧名思義,它不只是一個編輯器也是一個完整 "開發環境"。
9
+
[IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) (Integrated Development Environment) 這個詞意會著一個強大且擁有許多功能的編輯器,通常使用在開發 "整個專案" 上。顧名思義,它不只是一個編輯器也是一個完整 "開發環境"。
10
10
11
-
一個 IDE 載入完整計畫項目 (通常代表很多檔案) ,允許於不同檔案間切換,基於整個計畫提供自動完成 (autocompletion) 功能 (而非只是開檔案),並且整合版本控制系統 (像是 [git](https://git-scm.com/))、測試環境和其他計畫項目等級的東西。
11
+
一個 IDE 載入專案 (通常代表很多檔案) ,允許於不同檔案間切換,基於整個專案提供自動完成 (autocompletion) 功能 (而非只是開檔案),並且整合版本控制系統 (像是 [git](https://git-scm.com/))、測試環境和其他專案等級的東西。
12
12
13
13
如果你還沒選擇使用一個 IDE,可以考慮以下選擇:
14
14
@@ -17,15 +17,15 @@
17
17
18
18
若使用 Windows 系統,也可選用 "Visual Studio",但別跟 "Visual Studio Code" 搞混了。"Visual Studio" 是一個需付費且強大的 Windows 專屬編輯器,特別適合開發 .NET 平台,用來開發 JavaScript 也不錯。它有個免費的版本 [Visual Studio Community](https://www.visualstudio.com/vs/community/)。
0 commit comments