ballerina-platform / lsp4intellij

This language client library provides language server protocol support for IntelliJ IDEA and other Jetbrains IDEs.
Apache License 2.0
442 stars 104 forks source link

[WIP] implement LineMarkers #238

Open swissiety opened 3 years ago

swissiety commented 3 years ago
Trias commented 3 years ago

You may want to have a look at inlay hints https://intellij-support.jetbrains.com/hc/en-us/community/posts/360001233699-Add-inlay-hint-above-method just fyi

Inlay hints are closer to the ui used in vscode, but a bit uncommon in intellij. But line markers are cool as well. I like the idea and it would feel more "native". Good to hear you are working on it :)