Danny Tuppeny
Danny Tuppeny
I tested this using latest Flutter master (I missed you were using Flutter, so it should've been `flutter test`) and it seems to work as you'd like: So at least...
Attaching DevTools to the analyzer VM Service doesn't currently work, so this work is on a branch (`prompt-analyzer-devtools` / e50ddb3e) and should be merged if that gets fixed (https://github.com/flutter/devtools/issues/3099).
Thanks - I can reproduce this. Interestingly Edit -> Copy works, and removing the keypress handler in DevTools does not fix it. I wonder if it's caused by iframes inside...
I can repro this outside of DevTools and have filed https://github.com/microsoft/vscode/issues/129178. I suspect there needs to be some additional work to make this work, but it's not clear what.
I can't reproduce this. Can you confirm whether the issue is that your changes are just not visible in the running app, or whether the dirty indicator on the tab...
This is partly a limitation of the test integration when using dynamically named tests, but also partly intended. First, the limitation... There are two sources of test nodes: - The...
I wouldn't say impossible, but it could be complicated (and there may be some cases that are ambiguous), and it may come with some trade-offs. It's been a while since...
I'm not very familiar with this behaviour in IntelliJ - can you confirm exactly what the flow is? I can see `$ClassName$` used in the template, but it's not clear...
Sorry for the delay in responding. I think to support this with user-create snippets, it would require some additional support from VS Code to allow substituting these variables. Right now...
My issue was a dupe, so the one to actually follow/ 👍 is https://github.com/microsoft/vscode/issues/10561#issuecomment-241765127 :-)