Danny Tuppeny
Danny Tuppeny
Parsing them could also make it easier to re-wrap them (something I've wanted to do for a while, but ensuring it doesn't mess with embedded code/lists/etc without parsing also seems...
sgtm - I've filed https://github.com/dart-lang/markdown/issues/369 to start a discussion.
@jducaud yep, understood. The difference between your screenshots is really the difference between LSP semantic tokens or the textmate grammar. The reason it works without the extension enabled now is...
> The ability to write `"dart.indexFlutterSourceFilesInGotos": false` in my settings.json. Is it specifically Flutter you're trying to exclude, or would a generally setting that searched "only my open projects" be...
This sounds reasonable - maybe it could include both (since if you're trying to satisfy it, knowing what `Complex` actually means would help). The information in the hovers all comes...
It's better to add that to https://github.com/dart-lang/sdk/issues/39332, since that's where it'll be implemented. This issue is a little superfluous, though I'll keep it open to verify the fix via LSP...
Doesn't seem like there's much we can do here, so have raised with VS Code: https://github.com/microsoft/vscode/issues/131502
This is resolved by the new SDK DAPs because we don't download sources anymore. This currently requires the `dart.previewSdkDaps` setting be enabled, but over the coming releases this will gradually...
In your previous screenshot there were two places inlay hints were being used: 1. At the call site of functions, to show the names of arguments (that are not already...
@RedyAu Dart uses LSP, so nothing could be started on this until it's been available in LSP: https://github.com/microsoft/language-server-protocol/issues/956