Skip to content

Commit

Permalink
Added related links
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic committed Feb 2, 2018
1 parent fb37fdf commit e6cef28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ It should trigger compilation and if there are any errors, you should see them i
Another feature is jump-to-definition, which works for _some_ types in the project.

Note that despite the debug logging in the sbt shell, you can still use it directly. It's just a normal sbt shell which additionally communicates with Atom.

## Related links

* sbt server support in other editors:
+ [VS Code](https://developer.lightbend.com/blog/2017-11-30-sbt-1-1-0-RC1-sbt-server/#vs-code-extension)
+ [Sublime Text 3](http://eed3si9n.com/sbt-server-with-sublime-text3)
+ [Neovim](http://eed3si9n.com/sbt-server-with-neovim)
* [atom-ide-scala](https://github.com/laughedelic/atom-ide-scala) is a similar plugin integrating Atom IDE UI with the [metals](https://github.com/scalameta/metals) language server

0 comments on commit e6cef28

Please sign in to comment.