-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Test: Sticky Scroll #156175
Comments
Nice 👍 |
Awesome job! This is such a cool feature 😁 |
Thanks! I will be working on solving the bugs. |
This looks like a cool feature. I cannot find this option Sticky Scroll in my VS Code (version: 1.69.2). How do I find and test this extension/feature? |
It's in Insiders (1.70) and is expected to reach the Stable version by the end of next week. |
Thanks for the feedback! I'll make sure to work on fixing the bugs |
Thanks for this cool feature! I think this should also work for: if, for and switch blocks or even unnamed blocks like just {...} js objects etc. |
hi there, i just updated my editor , but the sticky scroll does not work on any file i have in my projects ( .js files ) for example , if i have a .vue file which contain any javascript code , sticky scroll cannot detect other classes, methods , ... . |
Also for me! .vue files don't work for me. It got stuck on the |
same thing for me. thanks for mentioning your problem |
@aiday-mar can this issue be rechecked for .vue files too ? so that it works properly ? |
@Jacobify when the next Insiders appears a few hours from now please re-check your case. If the problem remains I suggest you open a new issue (ideally via the Report Issue option on the Help menu) and paste into it some repro code. |
@gjsjohnmurray i still see it hanging on the |
@danielgroen please confirm that you are testing with 1.71 Insiders, not 1.70.1 Stable. |
@gjsjohnmurray confirm! tested on 1.71 insiders |
This is an awesome feature. Any plans to add C++ support? It works for me in .js files, but not .cpp. Version: 1.70.1 (user setup) |
@mattheworris which C++ extensions have you installed? You need one that implements |
@gjsjohnmurray I do have Outline view populated for my cpp files. Sticky scroll still works for python and js files.
|
Please re-test with Insiders edition, which you can safely install alongside the regular edition (aka Stable). |
i downloaded the insiders edition and i noticed something. As seen below , some times when i am scrolling the upper part of sticky scroll is exactly duplicated. |
This is because you have volar and the newer extension installed. If you remove volar it works properly |
you are right , thanks for clearing it for me. |
Thanks, it is working with Insiders edition. |
Refs: #26757
Complexity: 2
Create Issue
It is possible to enable the sticky scroll and see in which class/method/constructor/interface/function you are in. You can also click on the sticky item to jump to the line.
Editor > Sticky Scroll : Enable
Any feedback is greatly appreciated.
The text was updated successfully, but these errors were encountered: