atom-autocomplete-lua
atom-autocomplete-lua copied to clipboard
Extensible autocomplete+ provider for Lua
Would be nice to have an option to make suggestions case insensitive. A checkbox in plugin settings, for example. 
Technically not an issue, but rather a feature request and I don't know if it's appropriate here, but are there any plans to port this extension to Visual Studio Code?...
`README.md` lacks an example of field `argTypes` in `.luacompleterc`. I tried to write like the following but it didn't seem to have any effect. ``` "namedTypes": { "cat": { "type":...
For example see `BUTTON_LIST_WIDTH`:
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...
I have narrowed down an extreme perfomance / memory leak to autocomplete-lua. This just showed up recently in atom. With the autocomplete-lua package enabled and my project opened Atom starts...
Hello, Could you add ToolTip when mouse is over data like [go-tip](https://github.com/xpressivecode/go-tip) does?
 I'm not 100% sure when it happens, I'm using it with defold and this breaks only on the 'self' variables. ```lua function init(self) self.lucky = true end ``` Now...
Console output: ``` Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. >> apm install autocomplete-lua Installing autocomplete-lua to C:\Users\Don Tofik\.atom\packages failed Failed to install autocomplete-lua because...
Luaparse has merged the changes needed to use Luaparse in Autocomplete-Lua, and has since made other commits, it would be great if Autocomplete-Lua was moved away from a fork of...