Skip to content

Function parameter complete, code snippets, and much more.

Notifications You must be signed in to change notification settings

simson/code_complete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

created by
Ming Bai

script type
utility

description
Demo :http://files.myopera.com/mbbill/files/code_complete.gif
It shows what this script can do.
In insert mode, when you type "<tab>"(default value of g:completekey) after function name with a "(" , function parameters will be append behind, use "<tab>" key again to switch between parameters.
This key is also used to complete code snippets.
Example:
press <tab> after function name and (
  foo ( <tab>
becomes:
  foo ( `<first param>`,`<second param>` )
press <tab> after code template
  if <tab>
becomes:
  if( `<...>` )
  {
      `<...>`
  }

About

Function parameter complete, code snippets, and much more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published