How to log commands issued from Intellij with Scala plugin to SBT -


i worked time sbt , text editor. then, moved intellij, installed scala plugin, , created new project in picture here choosing based on sbt. also, in settings, chose sbt launcher custom, , made point already-installed sbt.

i believe intellij calling sbt commands sbt run , stuff in background. question: how can see (a log of) these commands they're called intellij sbt , responses? , plus: can edit them? opened "edit configurations" couldn't find sbt compile.

i believe intellij shows responses (e.g., [info] downloading...) below in "background tasks", but

1. doesn't log these responses and

2. doesn't show commands issued intellij sbt.

big picture/what i'd want do: have intellisense features intellij , scala plugin, build , run terminal , not have effects intellij on that.

the intellij scala plugin doesn't (yet) call sbt except project import/refresh or if have run configuration uses sbt. compilation done built-in compile server. if prefer use intellij editor , run tasks sbt console, works fine.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -