capaj / vscode-exports-autocomplete

finds javascript ES6 exports in your project and autocompletes them when writing javascript statements
MIT License
18 stars 6 forks source link

when rewriting an existing jsx token <> into another parsing of the file fails #27

Open capaj opened 7 years ago

capaj commented 7 years ago

this is a usecase we certainly want to support.

ideally we want to offer completion as always. So If parsing of the whole files fails, we can shall attemp to parse only until the last import statement not any further.