rossabaker / lsp-scala

Scala support for lsp-mode using metals
GNU General Public License v3.0
49 stars 6 forks source link

add lsp-scala-build-import and lsp-scala-build-connect. #8

Closed coreyoconnor closed 5 years ago

coreyoconnor commented 5 years ago

These execute the metals commands "build-import" and "build-connect", respectively.

These should be done async: emacs will complain about long build-import executions. Still, a start.

rossabaker commented 5 years ago

Sorry, I overlooked this the first time. Thank you!