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

Library to provide intellisense and other language services for the Power Query / M language.

Results 4 powerquery-language-services issues
Sort by recently updated
recently updated
newest added

**Expected behavior** The type system to not experience infinite loops. **Actual behavior** The type system is experiencing an infinite loop. **To Reproduce** Attempt to resolve the type for the following...

bug

In M, it is valid to name function parameters after M types, as parameter names will not be interpreted as type names when defining a function’s signature. However, syntax highlighting...

bug

**Expected behavior** I'd expect the following to not give autocomplete items: ``` let foo |= ``` **Actual behavior** Returns a list of keywords for expressions: ![image](https://user-images.githubusercontent.com/17787492/220785750-99e8ad38-cd22-448b-8888-cfac6a5e0564.png) **To Reproduce** See above....

bug

**Expected behavior** I was testing some things in the language services layer. Take for example the following setup: ``` let foo.bar = 1, #"unneededQuote" = 2, #"quoted identifier" = 3...

bug