rossabaker / lsp-scala

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

Issues with go to implementation and go to definition #26

Closed lvicentesanchez closed 5 years ago

lvicentesanchez commented 5 years ago

I'm not sure if it's a problem of my configuration but when I try to go to the implementation of a case class defined by me, or to the type definition, I get these messages:

lsp-goto-implementation: Capability not supported by the language server: "implementationProvider" lsp-goto-type-definition: Capability not supported by the language server: "typeDefinitionProvider"

lvicentesanchez commented 5 years ago

Sorry, I realise now that this implemented in the scala-metals server for emacs.