开发者

any open source IDE with the possibility to go the declaration of a function, a variable..?

any open source IDE with the possibility to g开发者_StackOverflowo the declaration of a function, a variable, a class... presing a key(s)??

Apart from Netbeans and Eclipse.

Regards

Javi


Take a look at ctags, and e.g. vim. In reality, "ctags" is a gross understatement, as you can generate an index of function and variable "tags" for almost any language.


emacs or vim would allow you to do this for most languages. Not really an IDE though.


I prefer to use PHPDesigner which does have a free edition. What you appear to be asking about is called "code completition" which this editor does, along with the ability to right click a custom function and "Go to definition" or hit F1 to view the PHP Manual on that function.


May be Komodo edit ? It's close to Eclipse and Netbeans, but much more simpler. You can go to declaration of function or variable by a custom shortcut key or just CTRL + Click on the desired var/func.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜