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 2770  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: 18.190.153.51

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github