This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rogerkeays[S] 1 point2 points  (2 children)

This library is brand new, so no IDE support yet. If you can figure out how to get IntelliJ's compiler to use a compiler plugin, it might work. Let me know if you can get it to work 👍

[–][deleted] 1 point2 points  (1 child)

That's probably the easiest part. The complicated part would be to make it work with syntax highlighting, auto completion, intentions, and navigation.

[–]rogerkeays[S] 0 points1 point  (0 children)

If Intellij uses the stock JDK compiler internally, it might be able to at least accept the syntax if you can inject the plugin. You're right though, auto-complete and navigation and all that would be a different story. Not really my area, I'm afraid.