scala-records / scala-records

Labeled records for Scala based on structural refinement types and macros.
BSD 3-Clause "New" or "Revised" License
159 stars 14 forks source link

Support for IntelliJ with the new API #127

Open siriux opened 8 years ago

siriux commented 8 years ago

IntelliJ has added a new API to support macro libraries, and it seems quite simple and powerful.

http://blog.jetbrains.com/scala/2015/10/14/intellij-api-to-build-scala-macros-support/

IntelliJ support is blocking me from using scala-records. Now that supporting IntelliJ is easier, do you think it will be added in the short term?

Thanks in advance

vjovanov commented 8 years ago

This looks very promising; thanks for pointing it out. I will investigate the API and see if it is possible to support records in a maintainable way.

I will provide you with the estimate before Christmas.

siriux commented 8 years ago

Thanks