Custom KQL Syntax Highlighter for Visual Studio CodeThis extension provides syntax highlighting and theme support for Kusto Query Language (KQL) in Visual Studio Code. It is designed to enhance the developer experience when working with KQL queries for Azure Data Explorer and other KQL-compatible platforms. Features
InstallationFrom the Visual Studio Code Marketplace
From a
|
Scope | Description | Color |
---|---|---|
query.operators.kusto |
Query operators (e.g., where ) |
Orange Red (#FF4500) |
keyword.functions.kusto |
Functions (e.g., summarize ) |
Blue (#0000FF) |
operator.math.kusto |
Math operators (e.g., + , - ) |
Black (#000000) |
comment.kusto |
Comments (e.g., // ) |
Green (#008000) |
query.parameters.kusto |
Query parameters | Teal Blue (#2B91AF) |
Requirements
- Visual Studio Code version
1.70.0
or higher. - Azure Data Explorer or any KQL-compatible platform for testing queries.
Known Issues
- Some advanced KQL constructs may not be fully supported.
- If you encounter any issues, please report them in the GitHub repository.
Contributing
Contributions are welcome! If you’d like to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request.
Release Notes
1.0.0
- Initial release with syntax highlighting for KQL.
- Includes a custom dark theme optimized for KQL development.
License
This extension is licensed under the MIT License.