apple / pkl-vscode

Pkl language support for VS Code
https://pkl-lang.org/vscode/current/index.html
Apache License 2.0
110 stars 3 forks source link

[Question] Feature Parity with IntelliJ Plugin planned? #16

Open tsteckenborn opened 5 months ago

tsteckenborn commented 5 months ago

Hey there,

First of all, thank you very much for your efforts!

While reviewing the documentation, I saw that the IntelliJ plugin already supports some useful features, such as code completion, validation, navigation, formatting as well as name, type and constraint checking and type inference.

Are there plans to integrate these into the VSCode plugin as well?

stackoverflow commented 5 months ago

Yes. We have a language server on our roadmap which will allow vscode and any other editor that supports a LSP to have all these features. Can't give you an ETA right now, I'm afraid.

SamGalanakis commented 2 weeks ago

This would be very useful