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
Post a Comment