JetBrains / la-clojure

Clojure plugin for IntelliJ IDEA
Apache License 2.0
220 stars 49 forks source link

Ctrl+Q not working #30

Closed aadrian closed 11 years ago

aadrian commented 11 years ago

Quick Help (Ctrl+Q) is not working with IntelliJ 12 with LaClojure, even if the project/module has the sources and JavaDocs attached.

Steps to reproduce it:

  1. with Lein 2, create new project: "lein new test_prj"
  2. with Lein 2, create the corresponding pom.xml for this project.
  3. create IntelliJ project, with importing the according maven module (check to download sources and docs too)
  4. Ctrl+Q on e.g. "(println x "...")" in the generated sources will show the "No Documentation found" text for the quick help popup :(.

Thanks in advance.

aadrian commented 11 years ago

see also http://youtrack.jetbrains.com/issue/CLJ-183

dbridges commented 11 years ago

I'm having this same issue and can confirm that it is incredibly annoying. The quick help works intermittently, and when it does work it only shows the docstring without any information on the arguments of the function. I really like IntelliJ (and am a paying customer!), and it would be great to get this working better.

donnerpeter commented 11 years ago

Let it be in YouTrack only (http://youtrack.jetbrains.com/issue/CLJ-183)