Try C+x C+n
also C+x C+i
in vim 7.0

Regards.

On Thu, May 20, 2010 at 04:49:42AM -0700, Julien wrote:
> Hello,
> Is there a way to use the aotocompletion for object oriented
> programming in c++ ?
> class test{
>   int myData;
> };
> 
> int main(){
>   test myTest;
>   myTest. // Should propose me the data member myData
> 
>   return 0;
> }
> 
> 
> is this easy to realise ? Im quite a beginner
> 
> -- 
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to