substitutes of cscope

cscope doesn't work well with java.

I try to find some substitutues of it, escpecially want to find one which can implement "quick type hierarchy" of eclipse.

 

1. eclim

pros:

support java well

cons:

doesn't support "type hierarchy"

need eclipse

 

2. gtags

http://www.gnu.org/software/global/

pros:

support java

cons:

doesn't support "type hierarchy"

 

usage:

"gtags -f filelist" under the root directory of the source code

need to download gtags.vim

 

I don't like the behavior of jumping to the first result.

It can be changed by modifying the gtags.vim:

in ExecLoad(), replace cexpr! with cgete.

 

BTW, Gtags-cscope doesn't work well for me with Gvim7.3 and windowXP.

And GtagsCursor doesn't either.

 

3. ...

We can find some valuable info on http://www.gnu.org/software/global/links.html.

SilentBob looks good. http://silentbob.sourceforge.net/

But it seems not support java and windows.

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章