atom / atom-languageclient

Language Server Protocol support for Atom (the basis of Atom-IDE)
https://ide.atom.io/
MIT License
388 stars 78 forks source link

Include ide-scala in the community packages list #211

Closed laughedelic closed 6 years ago

laughedelic commented 6 years ago

I'd like to add to the list my package which provides Scala language support using 2 language servers:

Scala provides Scala language support using Metals and Dotty Language Server

[Scala](https://github.com/laughedelic/atom-ide-scala) provides Scala language support using [Metals](https://github.com/scalameta/metals) and [Dotty Language Server](http://dotty.epfl.ch/docs/usage/ide-support.html)

It's probably confusing why both servers are needed, but the reason is that Metals provides support for Scala 2 and Dotty is a codename for the next version of Scala 3 with builtin LSP, so they are complimentary at the moment.

damieng commented 6 years ago

Done!

laughedelic commented 6 years ago

Thanks!