Danny Tuppeny

Results 216 issues of Danny Tuppeny

This works fine for things in the local file, but for things from other libraries (probably suggestion sets?) it's showing the wrong comment.

is bug
in editor
in lsp/analysis server

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...

is enhancement

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...

is non-functional

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.

is enhancement
in editor
in lsp/analysis server

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...

is enhancement
blocked on vs code / lsp / dap

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...

is enhancement
in debugger

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...

is enhancement
in testing

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.

is enhancement
in editor

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...

enhancement
UX

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...

feature-request
api
editor-code-actions
api-proposal