N****w 发帖数: 21578 | 1 每次都 grep,copy/paste 文件名 不爽阿 |
N****w 发帖数: 21578 | |
q**d 发帖数: 16 | 3 use vim internal grep so you don't need copy/past
or cscope with optional cscope_maps
or ctags - google taglist plugin |
N****w 发帖数: 21578 | 4 tags 只能找到函数体,找不到调用的地方
【在 q**d 的大作中提到】 : use vim internal grep so you don't need copy/past : or cscope with optional cscope_maps : or ctags - google taglist plugin
|
q**d 发帖数: 16 | 5 unless you have to stick with vim, IMO, kscope comes in very handy when you
need to understand new code |
wy 发帖数: 14511 | 6 try jedit?
【在 N****w 的大作中提到】 : tags 只能找到函数体,找不到调用的地方
|
s***g 发帖数: 495 | |
n******t 发帖数: 4406 | 8 cscope啊。。。。
不过为什么要知道什么地方调用呢?
【在 N****w 的大作中提到】 : tags 只能找到函数体,找不到调用的地方
|
s***g 发帖数: 495 | 9 furthermore,
provides another set of tag registers... |
a*****i 发帖数: 4391 | 10 I use easygrep, vv 就可以出来了。 |
N****w 发帖数: 21578 | 11 啥?不懂
【在 a*****i 的大作中提到】 : I use easygrep, vv 就可以出来了。
|
wy 发帖数: 14511 | 12 EasyGrep, a vim script. ft
【在 N****w 的大作中提到】 : 啥?不懂
|
s***g 发帖数: 495 | 13 in vim do this:
map v mwwbyeoi:vim /\C\<pa\>/gj *.[ch]"wddu`w@w:cl
map V mwwbyeoi:lvim /\C\<pa\>/gj *.[ch]"wddu`w@w:lli
【在 s***g 的大作中提到】 : furthermore, : provides another set of tag registers...
|