LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   If there is ctags for C, ___ for java? (https://www.linuxquestions.org/questions/programming-9/if-there-is-ctags-for-c-___-for-java-834375/)

archieval 09-24-2010 10:34 PM

If there is ctags for C, ___ for java?
 
I have been using ctags for easy function/variable referencing when I am editing linux kernel source codes in vi, now that I am into android source, which is full of java codes, is there a similar "ctags" for java source codes?

Regards

hda7 09-25-2010 07:46 AM

Quote:

Originally Posted by archieval (Post 4108342)
I have been using ctags for easy function/variable referencing when I am editing linux kernel source codes in vi, now that I am into android source, which is full of java codes, is there a similar "ctags" for java source codes?

Regards

Try ctags. My ctags supports Java, and I think most ctags implementations support multiple languages.

archieval 09-25-2010 11:39 PM

Ah so it's portable for other language, I'm going to try that, android OS composes of java and xml codes, I hope everything works out just fine. Thanks!

hda7 09-27-2010 08:05 AM

Even if your ctags doesn't support Java, exuberant ctags at http://ctags.sf.net should.


All times are GMT -5. The time now is 03:07 PM.