dapetcu21 / atom-autocomplete-lua

Extensible autocomplete+ provider for Lua
35 stars 6 forks source link

Autocomplete is not aware of code after insertion point #6

Closed dapetcu21 closed 7 years ago

dapetcu21 commented 7 years ago

This is because the current line is often incomplete and not valid Lua code, which trips up the parser.

dapetcu21 commented 7 years ago

Mitigated this issue. Closing this for now