0

Is there a way to display all functions in a C source file using vim. This feature is available with the brief editor. And this would help me a lot.

Note: This is not a programming question.

1

2 Answers 2

4

I think the Taglist plugin is what you are looking for. It shows functions, classes etc. in a sidebar and is designed to make source code browsing a lot easier.

Sign up to request clarification or add additional context in comments.

Comments

0

I use this one. 0scan

You can make incremental search on all functions in the current file using tag search mechanism.

0scan is designed to perform lots of different searches. And here you can find how to search for a functions and objects in the current file.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.