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

How to trigger tooltips via the keyboard #574

Open
aszenz opened this issue Mar 7, 2025 · 1 comment
Open

How to trigger tooltips via the keyboard #574

aszenz opened this issue Mar 7, 2025 · 1 comment
Labels
editor Related to the text/markup editor. feature request New feature or request.

Comments

@aszenz
Copy link

aszenz commented Mar 7, 2025

Description

Trigger tooltips via the keyboard

Note:

While I'm using vim mode, I can imagine this request is generic.

Use Case

I'm editing my document, and I see a red underline, I want to see the error without using the mouse to hover since it's faster, how can I do that?

Also while the cursor is under a function, how do I see it's documentation tooltip? Is there a keyboard shortcut?

@aszenz aszenz added the feature request New feature or request. label Mar 7, 2025
@Andrew15-5
Copy link

Andrew15-5 commented Mar 8, 2025

To be clear, the de facto shortcut to trigger hover LSP action is Shift+K (in normal mode).

The fact that there is no IDE-like documentation and function signature shown on hover trigger is underwhelming. But since it doesn't exist in general (in the web app), it should be a separate feature request.

@laurmaedje laurmaedje added the editor Related to the text/markup editor. label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor Related to the text/markup editor. feature request New feature or request.
Projects
None yet
Development

No branches or pull requests

3 participants