Info Panel
#1071
Replies: 1 comment 2 replies
-
Looks awesome! Please file it as an issue. No idea when we will have the time to try get inspired from it, but it's good to have it there, because maybe someone (maybe even you 😄 ) find it and have the time and the will. I've been wanting to add ClojureDocs support for a while as well, and this might be a good vehicle for that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The F# VsCode tooling (https://ionide.io/index.html) has this concept called an
info panel
. I haven't seen it anywhere else and dearly miss it (even when using other IDE's for F#).I find it exceedingly useful in development and I feel like it could really pair well with Clojure's REPL driven development (especially as a productivity booster for beginners).
The basic idea is have the option to spawn a panel that shows the documentation for any function under the editor caret.
The functionality it offers is:
Screenshot:
Beta Was this translation helpful? Give feedback.
All reactions