Skip to content

jimhester/completeme

Repository files navigation

completeme

Travis build status Coverage status

The goal of completeme is to help me, help you. It allows package authors and users to register a set of completion functions to define custom completions.

Package Authors

Package authors can define custom completions for their package and register them with completeme in .onLoad().

.onLoad <- function(pkg, lib) {
  completeme::register_completion(mypackagename = completion_function)
}

Name inspired by YouCompleteMe and Maverick.

About

WIP

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages