You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had this idea of making a "virtual" file for the built-in modules, kind of like how the TypeScript definitions for JavaScript built-ins work (in VS Code at least). I envision an SCSS file with the module's variable and method names + SassDoc, again similar to type definitions.
Clicking the "sass:math" link in this scenario should, I think, open a virtual file like that at line 1 column 1. We could combine that with hover info for "sass:math", perhaps? And have a link to the Sass docs in the hover info, similar to how hover works on f. ex. math.abs().
In which editor is this a problem?
Sublime Text
Describe the bug
I don’t know if this is related to Sublime LSP or Some Sass, but clicking on "Open in browser" for Sass modules link doesn’t do anything.
What's the expected result?
Sass module documentation is opened in default browser.
Link to minimal reproducible example
No response
Participation
The text was updated successfully, but these errors were encountered: