search - What is the best plugin to find a class by name using vim? -


i'm trying leave bulky ide behind , i've found 1 of best parts of intellij or visual studio + resharper ability class or symbol quickly.

how average power vim user lookup class or method name (grep/regex/other?) , great plugin exist this?

thank you

you can generate tags using etags -r , use :tag classname or hit ^] on classname. , don't need plugins that, long tags set.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -