How do I get the scalaz IDEA live templates working for the symbolic methods?

后端 未结 1 1733
北荒
北荒 2020-12-29 13:22

Many of the methods in scalaz have symbolic unicode equivalents, such as forever and (of course, I have this the wrong way round, the symbolic me

相关标签:
1条回答
  • 2020-12-29 13:40

    Live Templates XML file should be placed under IDEA configuration directory, templates subdirectory.

    IDEA configuration folder location would depend on your platform:

    • Windows: USERPROFILE\.IntelliJIdeaXX\config
    • Linux: ~/.IntelliJIdeaXX/config
    • Mac OS X: ~/Library/Preferences/IntelliJIdeaXX

    Where XX is IDEA version (90 for IDEA 9.x).

    Make sure to close IDEA before copying the XML into the templates directory.

    0 讨论(0)
提交回复
热议问题