-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add detail to documentation window #33
Conversation
Hmm, I guess having |
To reproduce:
(ns example
(:require
[clojure.test :as t]))
(t/*testi|) ;; trigger autocomplete here
Triggering autocomplete there will give you an immediate failure. I know I have reproduced this in other languages in the past but I wasn't able to get a reliable reproduce sequence now. Sorry for the clojure :) |
5fa7b06
to
2bfbc25
Compare
2bfbc25
to
bee69be
Compare
After testing this for a while I realized that I really only needed the |
Thanks! |
Stylize the documentation window
Before:
After: