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

Posted by oxbow_lakes on Stack Overflow See other posts from Stack Overflow or by oxbow_lakes
Published on 2010-04-21T08:47:56Z Indexed on 2010/04/21 10:03 UTC
Read the original article Hit count: 312

Filed under:
|
|

Many of the methods in scalaz have symbolic equivalents, such as forever and 8 (of course, I have this the wrong way round, the symbolic methods really have ASCII equivalents).

The project contains a live templates XML file for IDEA so these can be auto-completed, I believe by using the forever+TAB shortcut (in the above instance).

I can't figure out how to import this live template into IDEA and actually use it, though. How can I do that?

© Stack Overflow or respective owner

Related posts about scala

Related posts about scalaz