-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Inlay Hints for (unnamed) parameter names #3609
Comments
In your previous screenshot there were two places inlay hints were being used:
Although both use inlay hints, the implementation of these is quite separate and I think make sense to track separately (for example one could be shipped without the other). I've updated the name of this issue to assume the first - it's worth filing a separate issue about the other one too. Right now, use of Inlay Hints is blocked on LSP support which is in progress at microsoft/language-server-protocol#956. |
@RedyAu Dart uses LSP, so nothing could be started on this until it's been available in LSP: |
The VS Code API has been finalized: microsoft/vscode#16221 (comment). I would love to see the feature implemented in vscode for dart .Vscode already supports it for JavaScript & typescript. |
Start working on this at https://dart-review.googlesource.com/c/sdk/+/259181/. It's in the language server, so will become part of a future Dart/Flutter SDK release rather than a Dart-Code release. |
Landed in dart-lang/sdk@15dfda9. |
Hello,
We would all like to see the support for inlay hints.
There isn't much to say here, everything is more or less self explanatory.
The text was updated successfully, but these errors were encountered: