Sticky Scroll outlineModel? #343
Replies: 3 comments
-
|
I feel like the outline model used to work (or at least, sometiems does). Just tried the foldingProviderModel and I think it might look nicer. |
Beta Was this translation helpful? Give feedback.
-
|
I've tested a couple projects, and the Switching to Interesting feature, but I won't change the default, and will leave that as a choice to the user. |
Beta Was this translation helpful? Give feedback.
-
|
Converted to discussion as that's not really an issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Stick Scroll is a VSCode feature
editor.stickyScroll.defaultModelcontrols how it behaves:The default for the defaultModel is
outlineModel, but in my experience this simply does not work, no lines are "stuck":I found changing to
foldingProviderModelorindendationModelto produce good result:It seems like the "outline model" (whatever that is) may exist which prevents VSCode from falling back to the models that do function. Or perhaps VSCode is failing to fallback. It's difficult to tell.
In the meantime, I've been quite happy with this
settings.jsonworkaround:Beta Was this translation helpful? Give feedback.
All reactions