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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try
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.