sponsor Vim development Vim logo Vim Book Ad

VS like Class Completion : This script can complete member of cpp or java like Visual Studio.

 script karma  Rating 13/13, Downloaded by 3061  Comments, bugs, improvements  Vim wiki

created by
Yasuhiro Matsumoto
 
script type
utility
 
description
class Test
{
public:
  int getValue() { return 0 };
};
int main( void )
{
  Test *test;
  test->_
}
--------------
type <c-space> over the cursor for completing members.
and, next member will be completed with typing <c-n> or <c-p>.
 
install details
cp classcmpl.vim $VIMRUNTIME/plugin/.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
classcmpl.vim 0.9 2003-06-12 6.0 Yasuhiro Matsumoto Initial upload
ip used for rating: 142.132.191.50

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github