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

[FEATURE] - Quick access to label text e.g. mouse hovering #729

Open
fl0mb opened this issue Jun 20, 2024 · 3 comments
Open

[FEATURE] - Quick access to label text e.g. mouse hovering #729

fl0mb opened this issue Jun 20, 2024 · 3 comments

Comments

@fl0mb
Copy link

fl0mb commented Jun 20, 2024

It would be great to have quick access to the label text at times where the side bar is not available/visible. I use to extension mostly for note taking while reviewing code and as such am mostly interested in the label text.

I imagine a keyboard shortcut or simply hovering with the mouse to display some kind of overlay.

@alefragnani
Copy link
Owner

Hi @fl0mb ,

Hovers are tied to words. not positions, like Bookmarks, which means firing its appearance would be a bit difficult to the user to start. Displaying hovers based solely on the line on the other hand, would be much easy to see, and since VS Code combines hovers from extensions, it wouldn't hide / conflict with regular hovers.

What do you think?

@fl0mb
Copy link
Author

fl0mb commented Jul 1, 2024

Sounds great

@alefragnani
Copy link
Owner

That's great!

It will be available via an opt-in setting.

Hope this helps

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

No branches or pull requests

2 participants