Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 470  / 2 Years ago, wed, february 23, 2022, 4:20:08

On the Geany editor there is symbol tab which when you pass one C program to Geany it shows all functions and classes and variables and macros in the list . So is there any ability like that in VIM? If you have no the idea about symbol in the Geany look here.


More From » vim

 Answers
1

The word you are searching for is called Outline in Eclipse, Navigator in Netbeans and Source Code Browser in Gedit.

A common program that creates this tree is CTAGS. The most common used is exuberant CTAGS http://ctags.sourceforge.net/. It does support 41 languages including C.



Here a tutorial how to combine it with vim:

http://andrew.stwrt.ca/posts/vim-ctags

or some tips and tricks on stackoverflow:

https://stackoverflow.com/questions/563616/vim-and-ctags-tips-and-tricks


[#25058] Thursday, February 24, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tionverflow

Total Points: 500
Total Questions: 115
Total Answers: 120

Location: Northern Ireland
Member since Mon, Nov 14, 2022
2 Years ago
;