Danny Tuppeny

Results 1793 comments of Danny Tuppeny

> I agree. I've wondered several times whether we could figure out the probability of wanting various widgets based on the code in which the assist is being applied and...

Unfortunately I don't think _we_ (Dart) have many options as things are (you're right we can't add submenus here), but if we think some kind of type-to-filter for the code...

> this works well for flutter projects, but does not work for pure dart projects. It's not clear to me why we would want to find the Flutter SDK from...

I'm not sure, I'd have to look up when it's populated to understand how it would change what we have today. I wanted to understand if there was a situation...

> What I can tell is that you try to transform the path in `extractFlutterSdkPathFromPackagesFile` (remove unnecessary parts), but the `flutterRoot` already has the correct path. Why not to simplify...

> That is not an equivalent in a sense that it requires manual setup. I'm not sure I understand - the `getFlutterSdkCommand` version you linked also requires manual setup. They...

This seems like a reasonable request to me - I often copy/paste a test or group and then lose track of which of the `});` is for which. However to...

> Could we ever have an API and make the server (or whatever is best suited here) let us know about any changes to positioning? Something that would see if...

> we either need to run all tests and right-click and left-click on the debug option or add something like `@soloTest`. I agree that's less convenient, but I don't know...

This doesn't play too nice with unsaved files, so we need to do some more work here.