You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess this request might be too specific, but I think it would be useful if there would be eldoc support for datomic query input parameters.
For example in the following query, the :in keyword specifies the list of input parameters:
so I guess it should be possible to use them in the eldoc info.
I'm not sure how this should be implemented, but if someone could give directions on how to do it, I would gladly give it a try.