安装 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