-
-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Display Clojure.spec in the doc buffer #1769
Comments
Yep, we should probably do this, although 1.9 is not going to be released for a while, so this is definitely not something particularly important right now. |
Here's an example of what we'd like to display: http://clojure.github.io/java.jdbc/#clojure.java.jdbc/create-table-ddl |
I'd like to take this up. I'll submit a PR soon. |
Great! |
You still interested in taking this on, @cskksc? |
Yep. But I have been traveling for the last couple of weeks. I'll finish this by Tuesday next week :-) Is that ok ? |
Absolutely. It's not like Clojure 1.9 is even released yet... :-) |
@cskksc Any updates here? |
I'm done with the nREPL changes. The elisp interface should be done soon. Got caught in some university work. Sorry, I forgot to post an update here. |
I don't know if it's relevant, but |
@ivh Yep. Even |
For the
this is how our doc buffers would look. Does it look ok ? I just have to write tests and tidy up some code before submitting a PR. |
I mean it looks exactly same as the |
I think it makes more sense to add the location of the function at the bottom instead of between the docstring and the spec. This is because I view the spec to be part of the documentation. This is obviously a minor thing, so don't spend any time on it if it's hard to change. |
@expez Done :-) |
👍 |
Looks awesome to me :) |
👍 |
Looks good indeed. |
According to http://clojure.org/about/spec
We should probably ensure that cider doc buffers display the same information.
The text was updated successfully, but these errors were encountered: