wkillerud / dart-sass-language-server

Proof of concept language server for Sass written in Dart
MIT License
0 stars 0 forks source link

Set up a data source for Sass for hover info, completions #5

Open wkillerud opened 3 hours ago

wkillerud commented 3 hours ago

From what I can tell there's no machine-readable format for the documentation. Potential sources for inspiration:

wkillerud commented 2 hours ago

Another thing perhaps worth exploring here is the concept of a virtual file for the built-in Sass modules (https://github.com/wkillerud/some-sass/issues/256#issuecomment-2407113220). It might open for a nice experience with navigation, inline documentation, and could potentially simplify how we implement other features (no need for special handling of built-ins, maybe).