Vim Editor is very smart?
Posted
by Narek
on Stack Overflow
See other posts from Stack Overflow
or by Narek
Published on 2009-09-19T18:46:11Z
Indexed on
2010/04/16
1:33 UTC
Read the original article
Hit count: 269
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?
© Stack Overflow or respective owner