An open API service indexing awesome lists of open source software.

https://github.com/apple/pkl-lsp

Language server for Pkl, implementing the server-side of the Language Server Protocol.
https://github.com/apple/pkl-lsp

lsp lsp-server pkl

Last synced: 3 months ago
JSON representation

Language server for Pkl, implementing the server-side of the Language Server Protocol.

Awesome Lists containing this project

README

        

= Pkl LSP

This is an implementation of the link:https://microsoft.github.io/language-server-protocol/[Language Server Protocol]
for link:https://pkl-lang.org[Pkl].

== Features

* [x] Diagnostics (WIP)
* [x] Hover
* [x] Go to definition
* [x] Auto complete (WIP: definition level access still needed)
* [x] Project syncing
* [x] Package downloading
* [ ] Rename
* [ ] Find references
* [ ] Code lens
* [ ] Formatting
* [ ] Type checking
* [ ] Quick fixes