EmmyLua / IntelliJ-EmmyLua

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

How I remove similar suggestions? #458

Open ghost opened 2 years ago

ghost commented 2 years ago

JetBrains Rider 2021.1.5 EmmyLua 1.3.6.215

What are the steps to reproduce this issue?(重现步骤?)

  1. Create a lua file
  2. Copy and paste:
    _var = { Value = 1 }
    _var2 = { Value = 1 }
  3. Type _var.

What happens?(出现什么问题?)

I get suggestions for the _var2.Value

What were you expecting to happen?(期望?)

To see just Value that is for _var.

Any logs, error output, etc?(有没有什么log, error输出?)

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Any other comments?(其它说明)

How I stop suggestions with other variables?