Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I remove similar suggestions? #458

Open
ghost opened this issue Feb 3, 2022 · 0 comments
Open

How I remove similar suggestions? #458

ghost opened this issue Feb 3, 2022 · 0 comments
Labels
pending Pending review

Comments

@ghost
Copy link

ghost commented Feb 3, 2022

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 }
  1. 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?

@CppCXY CppCXY added the pending Pending review label Feb 23, 2022
@ghost ghost changed the title Show I remove similar suggestions? How I remove similar suggestions? Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending Pending review
Projects
None yet
Development

No branches or pull requests

1 participant