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

parse semicolon rule from eslint #6

Closed flying-sheep closed 7 years ago

flying-sheep commented 7 years ago

…if available.

untested. i’m happy to write unit tests once you get them going 😉

capaj commented 7 years ago

@flying-sheep I plan on writing at least some unit tests after xmass

flying-sheep commented 7 years ago

OK cool! i hope this works. when i said “untested”, i meant it 😉

capaj commented 7 years ago

I tested a in 3 projects-one with standard, one with eslint and one without any. It worked just fine.