开发者

Is it possible to find usage of java classes or methods in VIM?

Or one shouldn't u开发者_如何转开发se vim for such goals?


You should try out the Vim Taglist plugin; it allows you to browse between source code tags in a variety of languages.


You should use the integration of exuberant-ctags with vim for that purpose. It handles java quite well.

See this article for example.


I'm sure it is possible, wither it is easy and how to do it are different questions. The VI and there for VIM philosophy tends to simplicity and lightness. IDE features like find usage tend to slow down startup and increase memory footprint, so I would expect to find very few VIM plugins to do this.

I would suggest loading up your classes in an IDE ( like the free eclipse ) or if you much prefer command line try emacs as this gets much closer to a command line IDE then VIM.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜