Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/94cstyles/atom-react-native-autocomplete
React-Native autocompletion for Atom text editor!
https://github.com/94cstyles/atom-react-native-autocomplete
Last synced: 5 days ago
JSON representation
React-Native autocompletion for Atom text editor!
- Host: GitHub
- URL: https://github.com/94cstyles/atom-react-native-autocomplete
- Owner: 94cstyles
- License: mit
- Created: 2016-01-13T03:12:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T14:20:34.000Z (over 7 years ago)
- Last Synced: 2024-10-31T08:37:27.611Z (about 1 month ago)
- Language: JavaScript
- Size: 804 KB
- Stars: 31
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- my-awesome-list - atom-react-native-autocomplete - Native autocompletion for Atom text editor! | 94cstyles | 31 | (JavaScript)
README
# atom-react-native-autocomplete (The project stop maintenance)
React-Native autocompletion for Atom text editor! Only supports the suffix for `.js` and `.jsx` files.
## Install
Using `apm`:```
apm install atom-react-native-autocomplete
```Or search for `atom-react-native-autocomplete` in Atom settings view.
Potentially wait for further installs (just `apm install language-javascript-jsx` if its not there already).
## Options
- #### prefix
AutoComplete feature the string parsing rules*Default:* `React`
![demo](http://7oxfk1.com1.z0.glb.clouddn.com/atom-react-native-autocomplete-demo.gif)