php - Sublime PHP 方法签名和自动完成说明

标签 php autocomplete sublimetext2 method-signature sublimetext3

我真的很喜欢 sublime,但我有 1 个主要问题阻止我从 Netbeans 迁移:

我需要 sublime autocomplete 来显示函数描述和方法签名(我正在使用 Yii 框架,我需要确切地知道每个函数的作用、返回和传递的参数类型)。

我尝试安装了几个插件,但都没有用...如果有这样的方法,那我就错过了。

最佳答案

您正好 catch Sublime Text 3 !

Symbol Indexing. Sublime Text now scans the files in your project, and builds an index of which files contain which symbols. This backs the new features Goto Definition and Goto Symbol in Project, both of which are available from the Goto menu. Goto Definition takes you to the definition of the symbol under the caret, while Goto Symbol in Project prompts you to select a symbol via fuzzy matching, and then takes you to the definition of that symbol.

关于php - Sublime PHP 方法签名和自动完成说明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14567950/

相关文章:

php - 如何为 TinyMCE 下载和配置 phpimage

php - 如何制作具有可编辑数据库结构的应用程序

使用 Polymer 输入元素自动完成/自动填充 (gold-email-input)

bash 自动完成文件名

sublimetext2 - 如何配置Sublime Text 2以自动将用户构建的构建系统用于fortran?

php - 从另一个内部生成一个 PHP 脚本。非阻塞

php - 对对象数组使用 $casts

javascript - Visual Studio Code 自动完成/IntelliSense 不适用于 JavaScript

erlang - 在 -> 之后使用 Erlang 在 Sublime Text 2 中自动缩进

python - 如何导出 Sublime 构建工具的路径?