egret-docs-master/Wing/introduction/README.md

9 lines
756 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

从根本上说Wing 是一款代码编辑器,像其他编辑器一样,它左边有一个树状的文件管理器,方便查看正在编辑的项目或文件夹。右边是一个编辑器区域,显示你正在编辑文件的内容。
当然Wing 也有许多不同于其他编辑器的优势,这篇文章将会一一的介绍这些功能。
### 文件,文件夹和项目
Wing 的编辑模式是基于文件或文件夹的,只要打开一个文件或文件夹就能立即使用 Wing 进行开发了。
在此之上呢Wing 也能识别常用语言和框架的项目文件。比如如果你用Wing打开了一个含有 `tsconfig.json`的文件夹Wing 就会识别它,并为当前文件夹提供 TypeScript 智能提示支持。