Danny Tuppeny
Danny Tuppeny
@mraleph thanks! I read some of that page about desktop heap exhaustion but it seems quite specific to be affecting so many users? Do you know if there's anything we...
Unfortunately not yet. There is work going on to migrate to a Dart-based debug adapter (DAP) so it would make sense to do this once that's done rather than in...
@bwilkerson mentioned that the analysis server has some support designed for this kind of completion (looking at the spec, I presume it's `execution.getSuggestions` in the original protocol). The debug adapter...
I recalled that DevTools might have had some support for this. I found these PRs (cc @elliette): - https://github.com/flutter/devtools/pull/3013 - https://github.com/flutter/devtools/pull/3045 Looks like it might go further than my idea...
> > although, it could also mean being limited to static types and not runtime types? > > This is expected currently from evaluation, so it would be good I'm...
Ah, I'm not sure what's going on there - although there were some changes to expression eval recently (for ex. to allow accessing privates), so I wonder if maybe the...
I started playing around with a hard-coded implementation of this in VS Code to see how it works before going too far, and I discovered that the debuggers completion is...
While testing this, I found a couple of bugs/quirks that make it quite awkward to use. I've filed some issues in the VS Code repo - please add 👍s to...
I do agree it'd be nice to have - but with those issues (and not being included in completion when editing breakpoint expressions - even if you are stopped right...
@AkaShark can you confirm which version of Flutter you're using, and whether this repros also in VS Code, or only Cursor?