Sublime Forum

Jump to and PHPdoc

#1

Hello,

As a Web developer I really need to be able to ctrl+click on functions/classes names to jump to their definition where ever their are in the project.

It would be also useful if the auto-completion feature could display de PHPdoc informations (description and args).

Add that and I buy it straight away.

Regards.

0 Likes

#2

For PhpDoc there is a really cool plugin in the package manager / github
github.com/SublimeText/PhpDoc

0 Likes

#3

Sublime Code Intel offers alt+click (and ctrl+F3) jump-to-definition.

github.com/Kronuz/SublimeCodeIntel

0 Likes