Hi Bryan,

Unfortunately this is a known issue right now, not all classes generated
from Clojure forms are represented by classes in IntelliJ yet. Some of them
are - if you use deftype, defrecord, reify and proxy those should all work
well. Unfortunately gen-class does not, yet, although I've had a couple of
requests to make it work. I'll try to fix this soon.

Cheers,
Colin


On 6 August 2014 01:56, Bryan Hoyle <[email protected]> wrote:

> Hey, y'all, I'm working on a project that's 99% java at the moment, and
> I'm trying to convert bits of it to clojure, one step at a time, but, a
> problem I seem to be running into is that the IDE doesn't seem to recognize
> (:gen-class) directives from the java side. Maven compiles it fine, so the
> project does work, and intellij builds it fine, but I get the error bars
> and lack of autocompletion for the clojure defined classes. Is there a way
> to set this up to work, or is that a known issue?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to [email protected]
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to