Skip to content
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

Function info from clojure-lsp covers screen during code completion. #2693

Open
skylize opened this issue Jan 5, 2025 · 1 comment
Open

Comments

@skylize
Copy link
Contributor

skylize commented Jan 5, 2025

When code completion thinks it has matched a function name, Clojure LSP provides info about the function imported from clojuredocs.org. This includes the docstring and often multiple detailed examples. The popup can easily cover the full height of the window before finally giving up to a scrollbar . Sometimes this data is extremely helpful and convenient. Usually it's just huge distraction flashing on and off between keypresses.

It would be great to have an option to reduce this to only the signature and docstring. Usually that is more than enough to know what we need to know. Ideally this would come with a toggle command, because sometimes the full examples can be quite helpful, and save you a trip outside the editor.

@skylize
Copy link
Contributor Author

skylize commented Jan 5, 2025

screenshot_2025 01 02_15:14:27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant