Danny Tuppeny
Danny Tuppeny
See discussion at https://github.com/Dart-Code/Dart-Code/issues/3975#issuecomment-1234507375. Empty `Container()`s may trigger lints, and `Placeholder` seems like a perfect replacement (`const Placeholder()`). Needs doing in both the local snippets and the server.
#3551 is fixed with the new SDK DAPs, however in Flutter apps the returned URIs aren't the same as the Dart ones, so the fix is not complete for Flutter....
As part of #4154 we'll be showing types as inlay hints:  It would be nice if you could hover over these and also get...
Related to https://github.com/Dart-Code/Dart-Code/issues/4143, we're not finding the element to look up the docs.
@bwilkerson while fixing #4184 I noticed these edit groups being produced: https://user-images.githubusercontent.com/1078012/192819877-e6e0cb59-fd3f-4a0d-b814-9f5fec6645d1.mp4 Here, we're creating linked edit groups with suggestions for `Object?` and `Object` where it seems like only `Object?`...
Split from https://github.com/Dart-Code/Dart-Code/issues/4181, raised by @gspencergoog. This happens when you hover over a path and hold Ctrl (I had to also then move the mouse around, though I don't know...
Split from https://github.com/Dart-Code/Dart-Code/issues/4181, raised by @gspencergoog. Clickable links would be nice if they were highlighted without having to hover/hold Ctrl. I believe this may be possible with a DocumentLinkProvider (or...
We'd need https://github.com/Microsoft/vscode/issues/30066 in order to do this; but the analysis server is getting the ability to request imports that affect a range of code. We can use this during...
Noted at https://github.com/Dart-Code/Dart-Code/issues/1458#issuecomment-1253608986 by @nilsreichardt. ```dart test('foo', () {}); ``` > No tests match regular expression "^\('foo'\)( \(variant: .*\))?$". Opening this as a placeholder/reminder to ensure that once #4021 is...