`
yaojingguo
  • 浏览: 203408 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Add tag support or JDK source code in Vim

阅读更多

In the root diectory of JDK source code, run the following command.

 

ctags -R --languages=java --exclude=com --exclude=sunw .

 

Only java and javax:

 

ctags -R --languages=java --exclude=com --exclude=sunw --exclude=sun --exclude=launcher --exclude=org .

 

Add the following line to .vimrc


autocmd BufRead,BufNewFile *.java setlocal tags=/home/jing/data/road/java/java-1.6.0_15/tags

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics