8000 GitHub - koskev/vrl-ls: A simple PoC for a vrl language server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

koskev/vrl-ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Server for the Vector Remap Language

This is just a PoC implementation and thus not very pretty.

Installation

Either compile locally with

cargo build --release

And run ./target/release/vrl-ls

Or install to ~/.cargo/bin with

cargo install --path .

Known Bugs

  • "." Assignments also complete the stdlib

Features

It is just a very small ls with only a few features

  • Complete variables
  • Show diagnostics (errors and warnings)
  • Complete the standard library
  • Goto definition
  • Find references
  • Rename

About

A simple PoC for a vrl language server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0