Danny Tuppeny

Results 1794 comments of Danny Tuppeny

I filed https://github.com/microsoft/vscode/issues/157500 about having custom link providers in the test peek output (please add 👍 s!). > Would IntelliJ already allow custom link detection? If it does, then we...

@bwilkerson exposing a new command that uses `BulkFixProcessor. fixOfTypeInUnit` is probably not much work (it's almost the same as a command we used to have to support fix-all-in-file before it...

@bwilkerson apparently I typo'd your name above so you wouldn't have been notified of my previous comment

Ah, looks like `fixOfTypeInUnit` was removed with the old "fix all in file" support that was LSP-specific (since now the server handles it). We could extract that code that handles...

> I've always thought it was a bit odd that `ImportOrganizer` removed unused imports Do you mean that the implementation does, or that that command exposed to a user as...

This requires support in the SDK's analysis server before it can be supported here. There's an open issue for it you can 👍 and subscribe to at https://github.com/dart-lang/sdk/issues/30310. If it's...

Yeah, it only has 3 👍's including yours. I don't think it's in huge demand (probably mostly because people tend to put many classes per file).

This would first need to be implemented in the analyzer in the SDK (https://github.com/dart-lang/sdk/issues/30310). Once implemented there, it would be available to both VS Code and IntelliJ/Android Studio extensions to...

As mentioned above, this can't be implemented here until it's available in the server. There was a response posted on the SDK issue last month: https://github.com/dart-lang/sdk/issues/30310#issuecomment-636934708

This may need to be fixed in VS Code. I've filed https://github.com/microsoft/vscode/issues/114914.