microsoft / vscode-powerquery

Visual Studio Code extension for Power Query / M.
MIT License
88 stars 18 forks source link

[Enhancement] Add suggest for comma if missing in a let expression #147

Closed steve-bolton closed 2 years ago

steve-bolton commented 2 years ago

Is your feature request related to a problem? Please describe. When typing a list of key value pairs and a comma is left off of a preceding one, the current message is "Expected to find a keyword <'in'>...". However I have more to write before the 'in' statement.

Describe the solution you'd like Could this message read something like "Expected to find a keyword <'in'> or token comma, but an identifier was found instead."

Describe alternatives you've considered not sure

Additional context image

JordanBoltonMN commented 2 years ago

Resolved with a previous upgrade of the parser's version.