On Railcasts I have noticed a very interesting feature 'Go to symbol' window. It work like Command-T but shows available classes and methods in current file. How to get it in vim?
Try
:help tags
There are various programs and scripts around that will generate tag files. Also, the tag file format is really simple, so its easy to throw together a sed(1)
or some such script that will generate a tag file from whatever language you are working in.
The key to easily getting a tag file (besides just downloading a generator) is to key on formatting style rather than actually parsing syntax.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With