Home > VS-like-Class-Completion

VS-like-Class-Completion

VS-like-Class-Completion is a project mainly written in Vim Script, it's free.

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

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 over the cursor for completing members. and, next member will be completed with typing or .