kenbot / goggles

Pleasant, yet principled Scala optics DSL
MIT License
195 stars 7 forks source link

Intellij support #29

Open kenbot opened 7 years ago

kenbot commented 7 years ago

I don't know if this is possible, but it would be nice to get rid of the red squigglies in Intellij.

It would have to know about the static type selected by the whitebox macro, so as to support the appropriate += := ~=` operators for set commands.

It would be good to have click-through for the .name fields, and auto-complete from known zero-arg fields and Monocle optic instances. Some sort of nice colouring too.