Open allanrenucci opened 7 years ago
Hi, I'd like to add Atom to the list of clients: https://github.com/laughedelic/atom-ide-scala I just merged support for Dotty LS. It's not published in the store yet, but I'll do it this week.
I mark Dotty support there as experimental because I haven't tested it much, but it seems to work fine (I don't have any projects in Dotty, so I just tried some examples). Actually everything there is experimental, so it doesn't mean much.
Testing Infrastructure:
Proper build integration:
Features:
A[B]
instead offoo.A[bar.B]
ifA
andB
are in scope)More Dotty LSP clients, so far:
See http://langserver.org/ for a list of IDEs with LSP plugins that could be made to work with the Dotty Language Server.