-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Labels
Description
Is your feature request related to a problem? Please describe.
The default model of Sticky Scroll ("outlineModel") doesn't support Angular's Control Flow syntax.
I've created a feature request in VS Code repo, but it turns out the ultimate fix should be done on your side.
Check the link above.
🚀 feature request
Description
Sticky scroll doesn't "stick" Angular's new Control Flow syntax, which is standard now.
As a result it's half as useful of a feature for those using Angular.
Feature Type
What does this bug affect
- Angular Language Service VSCode extension
- Angular Language Service server
Describe the solution you'd like
An outline model that supports the current syntax.
Describe alternatives you've considered
The workaround is to use foldingProviderModel or indentationModel.
But since those are not default settings, users will eventually have the same frustration as me.
Anything else relevant?

