gtache / intellij-lsp

Plugin adding Language Server Protocol support for IntelliJ
Apache License 2.0
397 stars 47 forks source link

clarification on dotty lsp plugin #23

Open bbarker opened 6 years ago

bbarker commented 6 years ago

I would really like to use the dotty plugin; it looks like it isn't currently published to a plugin repository for intellij. Is the recommendation to build it from source oneself currently? What advantages would this have, if any, over just using the standard intellij-scala plugin with intellij-lsp configured to talk to dotty's language server?

smarter commented 6 years ago

Right now I don't think there's any, but eventually the dotty plugin should provide syntax highlighting.

gtache commented 6 years ago

Indeed, there isn't any at the moment, I tried cutting through it once to only keep the syntax highlighting but it's quite complicated.