-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Adding the possibility to resize the content hover widget #176744
Conversation
…, needs polishing
…e tabs height and the breadcrumbs height
…plicitly calculating the height
…y, it is not useful in that case
…in order to adapt the height and width to that
…t for better rendering
I can't wait for this to land ❤️ It will make reading long TypeScript errors so much easier. |
We are all waiting for that I think :) |
Hey all, thank you all for your interest. I apologize, it will take a bit more time to release the code, as it requires some refactoring and polishing. Thanks again |
Thanks so much @aiday-mar for your time and effort implementing this. It will be a nice change once it lands! ❤️🔥 |
Current PR that is worked on is the following: #178811. It contains review and refactoring changes. It introduces a generic type that can be used to define resizable content widgets and can be extended by other widgets. This PR will be discontinued. |
Fixes #14165
This PR adds the possibility to resize the content hover. Some notes about the PR:
Below you may find an example of the content hover resizing. The GIF is a bit out of date, the code has recently been modified in order to have sashes of the right size, ie, so that they are not overflowing over the height and width by 4px.
Screen.Recording.2023-03-23.at.16.16.14.mov