powerquery-language-services
powerquery-language-services copied to clipboard
[BUG] Autocomplete suggestions in improper location
Expected behavior I'd expect the following to not give autocomplete items:
let foo |=
Actual behavior
Returns a list of keywords for expressions:

To Reproduce See above.
Additional context Add any other context about the problem here.
It appears that ActiveNode's ancestry thinks it's in the context for the value portion of the key-value-pair.