sublime text 3 装什么插件能提示自定义的函数

2025-05-08 19:56:02
推荐回答(1个)
回答1:

可以试试ternjs
Tern is a stand-alone code-analysis engine for JavaScript. It is intended to be used with a code editor plugin to enhance the editor's support for intelligent JavaScript editing. Features provided are:
Autocompletion on variables and properties
Function argument hints
Querying the type of an expression
Finding the definition of something
Automatic refactoring