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

Show bigger section on hovering for code which is not in the view port of the editor. #34

Open
Chris2011 opened this issue Oct 21, 2016 · 2 comments

Comments

@Chris2011
Copy link
Owner

It is a bit related to your ticket: #12 but a bit easier I think. I would like to hover over the code outline and after 200 or 300ms it should shows a little popover where you see the code of the codeoutline, doesn't matter which language you have. Like the thing here (WebStorm):
hoverovercodeoutline

But first, not so big, not as width as the editor is only, a fixed size (Flexible via option) and not resizing.
Here is an other example directly from NetBeans:
hoverovercoldfolding

So no need to have special case for a language, you can hover over codeoutline and it will show you the code which is not in the view port of the editor and if you would like to jump to it, click on it.

Cheers

Chris

@Chris2011 Chris2011 changed the title Show bigger section on hovering. Show bigger section on hovering for code which is not in the view port of the editor. Oct 21, 2016
@markiewb
Copy link
Collaborator

@Chris2011
Copy link
Owner Author

I don't get it, the picture I can't identify what the meaning is. It is what you have in IntellIJ when you hover over the scrollbar which is not on the position in the editor to see the next code.

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

2 participants