scala - Syntax highlighting for *.sbt files in IntelliJ IDEA -


i'm working on potential module lift web framework using scala, sbt 0.12, , intellij idea 12.1, , have syntax highlighting *.sbt files in idea (code awareness bonus).

i have sbt-idea plugin sbt builds idea project. have sbt plugin idea, allows me run sbt commands run configurations in idea.

when associate *.sbt files scala file type, idea shows kinds of errors in sbt script.

is working on *.sbt file type syntax highlighting or code awareness? if so, how use it?

thanks!

scala plugin intellij idea 13 comes highlighting .sbt files. see built-in sbt support in intellij idea 13:

today happy announce built-in support sbt projects here. newest version of scala plugin intellij idea 13 (0.23.308) comes following list of features:

  • import sbt project
  • auto-import sbt projects
  • highlighting .sbt files

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -