ide - Vim: viewing file structure - classes, methods, functions -


So I have this dream, okay: I'm doing incredible wizard in PHP, and once in a while To be able to navigate through the file, I want to press some fancy button combination (now better), boring, not in line-by-line mode, but in a superb overview mode. Attend my eyes on a list of classes, methods, functions, variables and other wonders of the code.

Do you know one way to fulfill your desires?

Sort in any arbitrary IDE as a file structure dialog / view. Anything about?

It reminds me to jump the function in many files, or even file browsing and source Code for browsing. You can use : help foldmethod to multiply all the functions and see them in the "tree-like" fashion, which is expandable. Get familiar with jumping between files and variables from GF and * or # .

Comments