This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ensime was added a while ago (but not exposed): #3, Dotty LS got in recently too: #48, but the way it worked was very cumbersome: user needs to choose 1 server he want to use all the time and when you want to switch, you have to reload the plugin/editor.
This plugin makes some refactoring to make different servers more obvious in the code and adds new feature: automatic choice of language server based on the project setup:
.ide-dotty-artifact
file is around, it's a Dotty project.metals
folder is around, it's a Metals project.ensime
file is around, it's an Ensime projectand the server gets chosen every time you open a new project in Atom.
User can choose default server in the settings. Probably it's better not to launch any server at all if the project is not setup yet. So far none of the servers can setup themselves completely autonomously (i.e. they require user to use some sbt plugin and run some commands, see https://github.com/scalacenter/load-plugin).