Danny Tuppeny

Results 216 issues of 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.

is enhancement
in flutter

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

is bug
in flutter
in debugger

As part of #4154 we'll be showing types as inlay hints: ![Screenshot 2022-09-13 at 11 16 34](https://user-images.githubusercontent.com/1078012/189876376-9d2a7c13-0a5d-42df-9624-c2a992e77e63.png) It would be nice if you could hover over these and also get...

is enhancement
in editor
in lsp/analysis server

Related to https://github.com/Dart-Code/Dart-Code/issues/4143, we're not finding the element to look up the docs.

is bug
in editor
in lsp/analysis server

@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?`...

is bug

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

is bug
in editor

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

is enhancement
in editor
in lsp/analysis server

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

is enhancement
blocked on vs code / lsp / dap
in editor

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

is bug
in testing