Danny Tuppeny

Results 1795 comments of Danny Tuppeny

@elliette @srawlins I have a fix for Cmd+C when embedded in VS Code at https://github.com/flutter/devtools/pull/9472, but I haven't marked is as fixing this issue because I'm not sure if everything...

I've opened https://github.com/microsoft/vscode/issues/189037 as it seems we can't currently provide links here.

Yeah, it's not ideal that the `[]` label is so far away from the `]`. I'm not sure putting it next to the `]` will be good though - the...

@bkonyi the issue here is that when you hover something in the editor, VS Code has to "guess" what to expand the selection to to get the expression to evaluate....

@derekxu16 any thoughts on this? Currently evaluation when you hover over something is done by VS Code "guessing" what the correct expression is. It's sometimes wrong because it doesn't know...

> @bkonyi, do you think we should add a DDS method that does all this, or should we just leave it to the clients to implement what I've described? I...

I've opened https://github.com/dart-lang/sdk/issues/59737 in the SDK about this.

I think there are some different options here: - Show the same as if the type was explicit - `// []` - Show something that more closely matches the opening...

@bwilkerson any opinions on this? I agree it would be nice to see the details of the call method in the example above, but currently the hover is effectively tied...

I can reproduce this, but I also see it from a PowerShell terminal: ``` flutter run "-dchrome" "--web-port=9080" "--web-launch-url=http://localhost:9080/?a&b=c" ``` https://github.com/user-attachments/assets/a3d0b55d-0d17-400c-aa23-775e9aa95985 However, if I add `--%` to prevent PowerShell parsing...