Closed jackcviers closed 6 years ago
scala 2.12.3 is on my path
$ which scala /c/Program Files (x86)/scala/bin/scala
When I run
$ sctags -R ./
from inside a scala project, I get
$ sctags -R ./ Error: Could not find or load main class .
Addressed it the last commit. The problem was the spaces in the path to scala. It should handle them correctly now.
scala 2.12.3 is on my path
When I run
from inside a scala project, I get