[IntelliSense] Angular - SCSS - Toggle off !1159 via config #16867
SeraphCoding
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
first off, I am fully aware that TW4 is not meant to be used with other preprocessors, however in between those patches the intellisense inside Webstorm actually worked, despite it not being officially supported.
As of !1159 the language server automatically skips possible scss configuration files.
I currently have an ongoing project that unfortunately as it seems, prematurely implemented TW4 with the expectation that SCSS files would continue to be supported. As it is using Angular, it also uses Angular Material, which very much relies on SCSS for style mixins.
Until it is possible to migrate or find an alternative UI library and find the time and resources to migrate, we'd like to ride the dual track (until it inevitably ends) for as long as possible and for as long as the language server allows us.
As of right now - skipping over SCSS files when looking for TW4 configs seems to be a choice made by the language server, not a must. As intellisense seemed to have worked on some configurations, despite the usage of SCSS (for example when using
@import
instead of@use
even with the looming deprecation).Could you please add an experimental config config to turn off the skips with the clear expression that this option is unsupported and just meant to offer a grace period?
Beta Was this translation helpful? Give feedback.
All reactions