sublime 夸包查询


在sublime里面开发的时候,怎样可以像java IDE eclipse一样,可以实现js夸包查询js函数方法.

sublime

F♂ckyou 9 years, 11 months ago

使用 SublimeCodeIntel 这个插件可以实现,对应的javascript配置需要改一下。
"codeintel_scan_files_in_project": false, 改成 true;
"codeintel_max_recursive_dir_depth": 2, 可以改大一点

深海的杯具 answered 9 years, 11 months ago

我也想知道

方寸却不能定夺 answered 9 years, 11 months ago

研究半天终于找到了:
1,打开sublime
2,ctrl+shift+p
3,输入 ctags.
4,install
5,在项目名右键选中tags build ctags
6,重启sublime
7,ctrl+shift+左键单击
8,ok

VMware answered 9 years, 11 months ago

Your Answer