atom-autocomplete
v1.0.0
Published
Collection of node helper modules for Atom's autocomplete providers
Readme
Atom-Autocomplete
Atom-Autocomplete is a node helper module for your Atom Autocomplete providers
Installation
npm install --save atom-autocompleteAPI
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
