VS like Class Completion : This script can complete member of cpp or java like Visual Studio.
script karma |
Rating 13/13,
Downloaded by 2835 |
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/. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|