Actually it is not so when I am opening new project.
When I open new project metals add metals.sbt
file which enables semantic.db. So a click on file on any project starts compilation which is quite long, It seems longer than sbt compilation at least because there are no parallel compilation.
So to start work comfortably with a big multi project I should:
- Add
metals.sbt
file manually - Run
compile
andTest / Compile
- Open
vscode
It is not obvious for beginners at all .
May be vscode should compile all projects after first start.
IMHO: It is much more comfortable to wait full compilation to start work comfortably than to wait irritable long compilation on each subprojects at navigation.