powerquery-language-services icon indicating copy to clipboard operation
powerquery-language-services copied to clipboard

[BUG] Autocomplete suggestions in improper location

Open JordanBoltonMN opened this issue 2 years ago • 1 comments

Expected behavior I'd expect the following to not give autocomplete items:

let foo |=

Actual behavior Returns a list of keywords for expressions: image

To Reproduce See above.

Additional context Add any other context about the problem here.

JordanBoltonMN avatar Feb 22 '23 23:02 JordanBoltonMN

It appears that ActiveNode's ancestry thinks it's in the context for the value portion of the key-value-pair.

JordanBoltonMN avatar Feb 22 '23 23:02 JordanBoltonMN