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

Allow pinning hover popovers (datatips) #133587

Open
timsueberkrueb opened this issue Sep 22, 2021 · 4 comments
Open

Allow pinning hover popovers (datatips) #133587

timsueberkrueb opened this issue Sep 22, 2021 · 4 comments
Assignees
Labels
api editor-hover Editor mouse hover feature-request Request for new features or functionality
Milestone

Comments

@timsueberkrueb
Copy link

timsueberkrueb commented Sep 22, 2021

The Atom editor had a plugin called atom-ide-ui by @facebook which supported pinning popovers that normally only show on hover.

Atom Editor: datatips

The pinning feature allows viewing code directly next to relevant snippets of documentation.

I propose this feature for inclusion in VSCode. One possible innovation would be to automatically position those popovers on the right hand side or adding a dedicated pane where pinned popovers could be located depending on the user's current cursor position.

Alternatively, if inclusion in VSCode itself is not possible, would it technically be possible to implement this feature as an extension? Any input is appreciated. Thanks!

@Tyriar Tyriar assigned jrieken and unassigned Tyriar Sep 22, 2021
@jrieken jrieken assigned alexdima and unassigned jrieken Sep 23, 2021
@alexdima alexdima added editor-hover Editor mouse hover feature-request Request for new features or functionality labels Sep 24, 2021
@alexdima alexdima removed their assignment Sep 24, 2021
@dustContributor
Copy link

Hi! I'd be very interested in this feature.

It'd be pretty useful to be able to pin those tooltips for quick reference so they don't disappear, with the possibility of moving them around to place them in a convenient way, and/or resizing them.

This feature is present in Eclipse JDT, I believe I've seen it in the Resharper plugin for Visual Studio, and on JetBrain IDEs if I recall correctly, to give you a few examples.

Actually the tooltips in Eclipse/IDEA let you navigate through references in the same popup (since it's like a tiny browser) but I guess that's way beyond the scope of this request.

In any case, thank you for considering this feature.

@aiday-mar aiday-mar self-assigned this Mar 2, 2023
@aiday-mar aiday-mar added the api label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api editor-hover Editor mouse hover feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

8 participants
@Trass3r @jrieken @Tyriar @alexdima @dustContributor @timsueberkrueb @aiday-mar and others