documentation formatting: Fri Apr 3 16:07:25 UTC 2020
This commit is contained in:
parent
2ca55e28e3
commit
465231113e
2 changed files with 3 additions and 1 deletions
|
@ -224,7 +224,6 @@ functioning set the variable =scala-enable-gtags= to =t=.
|
|||
(scala :variables scala-enable-gtags t)))
|
||||
#+END_SRC
|
||||
|
||||
|
||||
* Auto-start
|
||||
If you prefer to have the backend start when you load a scala file, you can enable it
|
||||
with
|
||||
|
|
|
@ -2094,13 +2094,16 @@ This layer adds support for the Scala language to Spacemacs.
|
|||
Features:
|
||||
- Syntax highlighting
|
||||
- Support for language backend. Either using [[https://ensime.github.io/][ENSIME]] or [[https://scalameta.org/metals/][Metals]]
|
||||
- Debugging support via dap
|
||||
- Auto-completion
|
||||
- Treeview support for viewing project structure and triggering compilation
|
||||
- Syntax-checking
|
||||
- Refactoring
|
||||
- Incremental compilation
|
||||
- Scala Repl
|
||||
- Style linting
|
||||
- Eldoc integration
|
||||
- Optional GGTags search
|
||||
- Test execution directly from Emacs
|
||||
- Automatic replacement of ASCII arrows with unicode ones
|
||||
|
||||
|
|
Reference in a new issue