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 autocompletion #564

Closed Paneedah closed 8 months ago

Paneedah commented 8 months ago

Environment

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

What are the steps to reproduce this issue?

  1. Follow any of the guides / example codes
  2. You will notice that using the : key does not give any suggestions.

What happens?

Autocompletion doesn't seem to work for :, use of . works however only for documented things.

image

Exact replica of https://emmylua.github.io/annotations/param.html on the EmmyLua documentation.

Expected result:

image

Paneedah commented 8 months ago

Tested with EmmyLua 1.4.3-IDEA231 and it seems to be working fine again. This should however be looked into.

CppCXY commented 8 months ago

try 1.4.8 at git action

Paneedah commented 8 months ago

try 1.4.8 at git action

Using this version seems to have solved the issue.