EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.72k stars 285 forks source link

Issue with self. code completion #566

Open Paneedah opened 8 months ago

Paneedah commented 8 months ago

Environment

name version
IDEA version 2023.2.3
EmmyLua version 1.4.8-IDEA231
OS Windows 11

What happens?

Seems that autocompletion for self. does not correctly suggest. I have provided screenshots.

Example code: image

Autocomplete: image

Should be autocompleting with a as well, works in Visual Studio Code, just not in IntelliJ.

CppCXY commented 8 months ago

Then I suggest you use vscode, or use the emmylua doc image