wkillerud / dart-sass-language-server

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

Signature help #16

Open wkillerud opened 3 hours ago

wkillerud commented 3 hours ago

This feature enables the Signature Help request.

Demo showing how the signature help feature looks in VS Code. A popup is live updated showing the current function argument, and the documentation for the function.

wkillerud commented 2 hours ago

The current implementation is pretty basic. Good enough for v1 perhaps, though I would love if it were smarter about keyword arguments and optional values.