Hi, > > Does GNU Global have Objective C support? ... > > Sadly no one seems to answer this year-long question. I have recently > started using ObjC and I am wondering the same thing.
Though GLOBAL does not support ObjC, you can use Exuberant ctags as a plug-in parser of GLOBAL. Please try this: % ./configure --with-exuberant-ctags=/usr/local/bin/ctags % make % sudo make install % setenv GTAGSCONF /usr/local/share/gtags/gtags.conf % setenv GTAGSLABEL exuberant-ctags % gtags -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Help-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-global
