Replies: 1 comment 2 replies
-
For what it's worth, I believe it's including those options because you used those expressions to index into the same variable ( Do you really want them to be excluded from the completions list (there are no scenarios where you would want these)? Or is this a prioritization issue? For example, is the problem that you would prefer local vars (ex. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want the auto-complete suggestions to not include any compound expressions. I want it to only include individual symbols.

I don't want it to include:
cursor
and everything below it in the screenshot are okBeta Was this translation helpful? Give feedback.
All reactions