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

Reply via email to