Learning-HTMX/scala-cli-metals-attempt
efim 44cc9209b4 init: scala-cli project with some dependencies 2023-06-25 13:59:51 +00:00
..
src init: scala-cli project with some dependencies 2023-06-25 13:59:51 +00:00
.project init: attempting to joing metals and scala-cli 2023-06-25 13:02:59 +00:00
Readme.org docs: readme for metals setup 2023-06-25 13:20:10 +00:00

Readme.org

Readme

Attempting to have metals set up in a scala-cli project

now, integration with metals..

https://scala-cli.virtuslab.org/docs/cookbooks/vscode/ - this is directly with metals overall with ide's - https://scala-cli.virtuslab.org/docs/guides/ide/

put files into /src/main/scala

and tests into /src/test/scala then i suppose close projectile tab, visit file and interactively select the project root, maybe that would be enough

yeah, i think this is very much working.

generating .gitignore hmm

https://scala-cli.virtuslab.org/docs/commands/misc/default-file/

scala-cli default-file write .gitignore

adding dependencies

//> using dep org.scalameta::munit::1.0.0-M1

i guess good enough for the super small projects with very few files? and i could set it in main class and they hopefully will be available for import in other files, right?