Commit a8fc2afa authored by Slavik Nychkalo's avatar Slavik Nychkalo Committed by GitHub

add react native autocomplete

This plugin add react native autocompletes, I wrote parsers that parse react native official documentation and create .sublime-completion files from that data, now it have small amount of completions, and have some defect in parser of StyleSheet but it small, now styles autocomletes parse very good and autocomplete looks great:)
parent fdb484f9
......@@ -491,6 +491,18 @@
}
]
},
{
"name": "React Native Autocomplete",
"details": "https://github.com/gebeto/react-native-autocomplete",
"labels": ["completion"],
"releases": [
{
"version": 0.46,
"sublime_text": "*",
"tags": true
}
]
},
{
"name": "React-CSS-Converter",
"details": "https://github.com/davidfufu/React-CSS-Notation-Converter",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment