安裝 Atom(和一些有用的包)
轉到 https://atom.io/ 並安裝 atom 編輯器。
然後安裝一些 Atom 軟體包以便更輕鬆地進行 Titanium 編碼:
其他有用的非鈦包裝/附件:
| 名稱 | 特徵 |
|---|---|
| Atom Beautify | 程式碼美化(tss,xml,js 支援) |
| minimap | 完整原始碼的預覽。 |
| minimap-highlight-selected | 高亮選擇包的小地圖繫結 |
| highlight-selected | 雙擊時突出顯示當前選定的單詞 |
| pigments | 用於在專案和檔案中顯示顏色的包。 |
| linter | 具有 Cow Powers 的 Base Linter 核心(它本身沒有任何作用,它是一個 API 基礎) |
| linter-jshint | JavaScript 的 Linter 外掛(這會檢查你的 JS 程式碼) |
| DocBlockr | 用於編寫文件的幫助程式包 |
| terminal-plus | Atom 的終端包,包含主題等 |
| project-manager | 專案經理 |
來源: https : //github.com/m1ga/titanium_with_atom#install-atom-and-some-useful-packages