Danny Tuppeny
Danny Tuppeny
Completion incorrectly shows class (not constructor) dartdocs for constructors for suggestion sets
This works fine for things in the local file, but for things from other libraries (probably suggestion sets?) it's showing the wrong comment.
Now and then users hit issues in the analysis server that I can reproduce and I ask them to enable the VM Service and get some info from Observatory. We...
Having them show up briefly is confusing (see #3925). Once the significant majority of users is on an SDK that supports the new ones, we should remove the legacy ones...
For example, adding: ```yaml analyzer: enableSuperMixins: true ``` to `analysis_options.yaml` produces a warning and should have a fix to remove it, but it does not.
Sometimes log files are quite long and it's not always clear where the relevant parts are. It'd be nice if the logging notification had a button that let you add...
With `customTool` support from #3656, perhaps we can have a setting to run with build_runner (if it's detected) that pre-fills these options for you? Knowing exactly how many args to...
We currently allow adding additional CodeLens links to run tests with certain configurations, and also overriding the Run/Debug links. We should map these into test profiles, so they show up...
See https://github.com/Dart-Code/Dart-Code/issues/2364#issuecomment-909209982. This may need middleware to ensure we don't send an array to a version of the server that doesn't support it.
It'd be useful to see percentages of when caches are hit/missed and also uploaded. A cache that is good today might get broken in future (eg. every build writes into...
Apologies if this already exists, I can't seem to find anything about it (I expected it'd be listed in [complex commands](https://code.visualstudio.com/docs/extensionAPI/vscode-api-commands) if anywhere). The language service I use for Dart...