Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/powerquery-language-services
Library to provide intellisense and other language services for the Power Query / M language.
https://github.com/microsoft/powerquery-language-services
m microsoft opensource powerquery typescript
Last synced: 5 days ago
JSON representation
Library to provide intellisense and other language services for the Power Query / M language.
- Host: GitHub
- URL: https://github.com/microsoft/powerquery-language-services
- Owner: microsoft
- License: mit
- Created: 2020-03-30T13:45:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T17:34:17.000Z (about 1 month ago)
- Last Synced: 2025-01-06T12:17:22.104Z (5 days ago)
- Topics: m, microsoft, opensource, powerquery, typescript
- Language: TypeScript
- Size: 2.08 MB
- Stars: 42
- Watchers: 12
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - microsoft/powerquery-language-services - Library to provide intellisense and other language services for the Power Query / M language. (TypeScript)
README
# powerquery-language-services
[![Build Status](https://dev.azure.com/ms/powerquery-language-services/_apis/build/status/Microsoft.powerquery-language-services?branchName=master)](https://dev.azure.com/ms/powerquery-language-services/_build/latest?definitionId=343&branchName=master)
This project contains base functionality for implementing a language service for the Power Query / M language.
## Related projects
- [powerquery-parser](https://github.com/microsoft/powerquery-parser): A lexer + parser for Power Query. Also contains features such as type validation.
- [powerquery-formatter](https://github.com/microsoft/powerquery-formatter): A code formatter for Power Query which is bundled in the VSCode extension.
- [vscode-powerquery](https://github.com/microsoft/vscode-powerquery): The VSCode extension for Power Query language support.
- [vscode-powerquery-sdk](https://github.com/microsoft/vscode-powerquery-sdk): The VSCode extension for Power Query connector SDK.## Build and test
Build
```cmd
npm install
npm run build
```Test
```cmd
npm test
```## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.