-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# Cocos-Creator-Snippet | ||
cocos creator snippet for sublime | ||
1. Creator代码提示根据creator.d.ts生成。当前版本是1.3.0 | ||
2. 在sublime中保存js文件时会自动分析此文件中的函数、变量并生成相应代码提示。 | ||
3. 在左栏文件夹上右键,选择```Rebuild js User Definition```会自动分析此文件夹和其子文件夹下的js文件,生成相应代码提示。 | ||
4. 此插件参考 [QuickXDev](https://github.com/leitwolf/QuickXDev) 编写而成。 | ||
5. 如有问题或意见请联系```lyzz0612@foxmail.com``` |