Sticky Scroll: In C#, namespace, struct, property should stick, attributes shouldn't stick #157375
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
editor-sticky-scroll
insiders-released
Patch has been released in VS Code Insiders
Milestone
Does this issue occur when all extensions are disabled?: Almost yes (you need C# extension to make sticky scroll work, and issue happens when only C# extension is enabled)
Case: namespace, property, attributes
Code:
Actual:
Namespace, property doesn't appear, and attributes appear instead of actual class.
Expected:
Namespace, property, and actual class should appear.
Case: struct
Code:
Actual:
When you scroll down, Struct doesn't appear.
Expected:
Struct should appear.
The text was updated successfully, but these errors were encountered: