1.0.0 • Published 8 years ago

atom-autocomplete v1.0.0

Weekly downloads
18
License
MIT
Repository
github
Last release
8 years ago

Atom-Autocomplete

Atom-Autocomplete is a node helper module for your Atom Autocomplete providers

Installation

npm install --save atom-autocomplete

API

function shouldTriggerAutocomplete({ editor, bufferPosition, activatedManually}): boolean

export { shouldTriggerAutocomplete }

License

This project is licensed under the terms of MIT License, see the LICENSE file for more info