Skip to content

vim-scripts/VS-like-Class-Completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=675

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>.

About

This script can complete member of cpp or java like Visual Studio.

Resources

Stars

Watchers

Forks

Packages

No packages published