0

I recently updated Intellij Ultimate to 2019.2.2

Since the update .conf files are interpreted as smarty PHP configuration files and I dont have the usual Scala typsafe file support.

How do I Enable Scala plugin typsafe hocon support on IntelliJ

Rubber Duck
  • 3,673
  • 3
  • 40
  • 59

2 Answers2

1

I ended up

  1. Installing Hocon plugin
  2. Associating Hocon file type with *.conf
  3. Dissociating SmartyConfig file type with *.conf

To manage associations go to preferences > Editor > File Types

Rubber Duck
  • 3,673
  • 3
  • 40
  • 59
1

HOCON support was moved to a separate plugin.

Source

denis-savran
  • 439
  • 6
  • 9