lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

[Feature Request] Autocomplete also inserts brackets at the end of functions()

Open AgentCucco opened this issue 2 years ago • 5 comments

I did some research, and pretty much every other major language extension like javascript, c#/++ and python have settings to allow autocomplete to add brackets at the end of function calls. It would be nice to see this feature implemented in this extension.

As an example imagine I want to autocomplete the function foo, right now it autocompletes it as is, ideally it would autocomplete it as foo().

AgentCucco avatar Oct 10 '23 04:10 AgentCucco