0.1.4 • Published 3 years ago

vrl-vscode v0.1.4

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
3 years ago

Vector Remap Language for VS Code

This extension adds language support for Vector Remap Language (VRL) to Visual Studio Code. VRL is a domain-specific language (DSL) for handling observability data (logs and metrics) that's used in conjunction with Vector, most often in Vector's remap transform but also in transforms like route and sample.

Screenshot

VRL VS Code screenshot

What's included here

At the moment, language support mostly entails syntax highlighting for your .vrl files. I've also included, however, snippets for VRL functions. If you begin typing the name of a built-in VRL function, VS Code's Intellisense suggests possible completions.

I do hope to expand the feature set over time, but for now I hope that syntax highlighting and function name Intellisense will easire and more fun and to write VRL!

Status

Language support for VRL on VS Code is currently in an early phase. Issues and pull requests are quite welcome!