skunk icon indicating copy to clipboard operation
skunk copied to clipboard

[Request] Add macro support for intellij

Open Daenyth opened this issue 5 years ago • 3 comments

Currently intellij isn't able to know the types of the sql macro.

This can be fixed by:

  1. Defining an intellij macro expansion/typing extension.
  2. Publishing those extensions as a jar with some metadata in the manifest
  3. Modifying the META-INF section of skunk's jar to point at those extensions

(I know this is a "won't fix" from Rob, I'm just filing this here for someone else to work on)

Daenyth avatar Oct 27 '20 13:10 Daenyth

I've written an extension: https://github.com/trobert/skunk-intellij

Not sure where to publish it for the 3. Will try to have a look when I have some time.

trobert avatar Sep 02 '21 18:09 trobert

It seems like this has been stable and working for a long time, it would be nice to PR it into the scala plugin itself so it works out of the box

Daenyth avatar Apr 19 '23 16:04 Daenyth