dapetcu21 / atom-autocomplete-lua

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

__call is not supported #27

Open ThaisRobba opened 5 years ago

ThaisRobba commented 5 years ago

I might have missed something but the __call metamethod does not seem to be support. I'd love to get proper returnTypes when using a callable table. Would it be feasible to implement this?

dapetcu21 commented 5 years ago

It might be feasible. I'll take a look soon