Skip to content

A source of neocomplcache which completes keyword argments in Ruby

Notifications You must be signed in to change notification settings

rhysd/neco-ruby-keyword-args

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Completes Keyword Argments in Ruby

This is a source of neocomplcache which completes keyword argments in Ruby. Keyword arguments are available in Ruby 2.0 or later. Keyword arguments allow us to forget the order of the arguments. However, we must remember the name of arguments (although this is far easy in contrast to the order of them). This plugin completes the name of arguments using neocomplcache. [K] in menu items are the mark of keysord-argument-complete.

In a following example, argument name tsura of the method test is completing.

complete a first keyword argument, 'tsura'

This source now can completes keyword arguments of the methods from

  • the buffer you are editting
  • files required in your buffer recursively

neocomplcache is required.

About

A source of neocomplcache which completes keyword argments in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published