Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>NRQLNew to Visual Studio Code? Get it now.
NRQL

NRQL

Dynova

|
12 installs
| (0) | Free
New Relic Query Language support for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Community-Project MIT License Microsoft Dynamics NAV C/AL Visual Studio Code

New Relic Query Language (NRQL) for Visual Studio Code

This extension provides syntax highlighting for New Relic Query Language (NRQL) in Visual Studio Code.

NRQL Syntax Highlighting

✨ Features

  • ✅ Syntax highlighting for:
    • Clauses
    • Functions
    • Operators
    • Comments (//, /* ... */, --)
    • Strings (quoted & backticked)
  • ✅ Markdown embedding support
  • ✅ Custom file icon for .nrql files

📦 Installation

  1. Open Visual Studio Code.
  2. 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.
  3. Search for "New Relic Query Language" or "NRQL".
  4. Click on the "Install" button for the extension named "New Relic Query Language (NRQL) for Visual Studio Code".
  5. Once installed, you can start using NRQL syntax highlighting in your .nrql files.
  6. Optionally, you can set the default language for .nrql files by adding the following to your settings.json:
"files.associations": {
    "*.nrql": "nrql"
}

Release Notes

All changes are listed in our change log ↗.

Development

Check out our contribution guide ↗.

Contributors

See the list of contributors in our contributors page ↗.

License

This project is licensed under the terms of the MIT license. See the LICENSE ↗ file.

Disclaimer

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft