New Relic Query Language (NRQL) for Visual Studio Code
This package provides simple syntax highlighting for New Relic Query Language
(NRQL) in Visual Studio Code.
New Relic already provides syntax highlighting as part of their Code Stream Extension ↗, but this extension provides a lightweight alternative for those who want to use NRQL in their local development environment without the need to log into New Relic.
This extension is not affiliated with New Relic, Inc. in any way.
✨ Features
✅ Syntax highlighting for:
Clauses
Functions
Operators
Comments (//, /* ... */, --)
Strings (quoted & backticked)
✅ Markdown embedding support
✅ Custom file icon for .nrql files
📦 Installation
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X.
Search for "New Relic Query Language" or "NRQL".
Click on the "Install" button for the extension named "New Relic Query Language (NRQL) for Visual Studio Code".
Once installed, you can start using NRQL syntax highlighting in your .nrql files.
Optionally, you can set the default language for .nrql files by adding the following to your settings.json: