Danny Tuppeny
Danny Tuppeny
Thanks, I've been through the log and filtered it to just the important events and something does look wrong here. [repro_instrum_filtered.txt](https://github.com/user-attachments/files/17015360/repro_instrum_filtered.txt) The operation is done, undone, and redone in the...
I managed to repro this today by undoing and redoing using exactly the steps above. Not sure if important, but I didn't save `main.dart` after adding the initial import. Edit:...
Yeah, I don't think it matters. I think I've repro'd in a test, and I think it might be the same issue as https://github.com/dart-lang/sdk/issues/55318 and so an easier way to...
Fixed by https://github.com/dart-lang/sdk/commit/12d9554c5be7e55d112e56a4f90b1c8580bdbef1. The change is in the analysis server so ships with a future Dart/Flutter SDK.
This is working as intended - the packages shown here in completion are actually auto-imports, they are indicating that if you choose this item it will add a new import...
I do slightly worry about making the completion list look really busy. Currently a lot of the items in completion tend to be already imported, so there's often a lot...
@Wdestroier > Another alternative could be if VSCode could textually tell me what the symbols mean, for example: class, variable or unknown symbol. If by "symbol" here you mean the...
> The icons look easier to understand too. I didn't know they could be changed by the extension. Those icons above are IntelliJ, we can't change them in VS Code...
From the log above, it doesn't seem like there's any significant time between reading the VM Service URI from the device and trying to connect (but it looks like it...
> In my specific case, I'm using wifi debugging Ah, in that case I wonder if the issue here is that the WiFi connection is being slept with the device....