Replies: 3 comments 4 replies
-
|
Hi it's me, the contributor ;). Plan for MVP is to provide integration with pre-commit and sbt. Later, working in JS stack. For Scala native I would need to make some research to develop formatter for it. |
Beta Was this translation helpful? Give feedback.
-
|
It's probably best to try and support it as a separate plugin to VS Code, there is nothing in Metals it needs. We would avoid some feature creep and a plugin might a cool project itself. It can be done with Scala JS easily. There is an example in https://github.com/doofin/vscode-scalajs-hello |
Beta Was this translation helpful? Give feedback.
-
|
Could you explain at a high level how |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Scala version of
lightbend/config(https://github.com/ekrich/sconfig) that supports JVM, Native, and JS now has some formatting support thanks to a contributor. As far as I knowsconfigis a dependency so it might not be a super big deal to support.Beta Was this translation helpful? Give feedback.
All reactions