-
Notifications
You must be signed in to change notification settings - Fork 0
This script can complete member of cpp or java like Visual Studio.
vim-scripts/VS-like-Class-Completion
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published