atom-autocomplete-lua icon indicating copy to clipboard operation
atom-autocomplete-lua copied to clipboard

Extensible autocomplete+ provider for Lua

Results 11 atom-autocomplete-lua issues
Sort by recently updated
recently updated
newest added

Would be nice to have an option to make suggestions case insensitive. A checkbox in plugin settings, for example. ![Screenshot 2021-03-16 at 17 28 34](https://user-images.githubusercontent.com/4752473/111325938-34373780-867d-11eb-843d-d04c0d4ccdd5.png)

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?

![ide](https://cloud.githubusercontent.com/assets/12339068/24160098/fed2fbc8-0e86-11e7-8561-cf1ae4fb18e3.png) 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...