Vim Editor is very smart?
- by Narek
I am programming in C++ or Java. So I want to use Vim editor, because it is very flexible. I have heard that I can configure the Vim editor to be able to go
from object to the definition
from function to the definition
from class name to the definition
Do we have any professional Vim-er that could tell me how exactly to configure Vim for that? Thanks in advance.
P.S. In case readers will consider this question is not connected with programming, I would say that this is improving speed of programming. So it is a help to the programmer. So please don't close this question.
EDIT: Also I would like to know how vim works with code completion and can vim hint the list of methods that are available for the certain object? If yes, then I would like to know how to configure these options too?