stevemessick

Results 172 comments of stevemessick

This is mostly for my own information, in case I get time to come back to this. `WidgetIndentsHighlightingPassFactoryRegistrar.registerHighlightingPassFactory()` is called during project open processing, but way too early for us....

I added that to the list in #2243. Assuming this is for Android Studio. @devoncarew @DanTup for consideration in VS Code.

Another option might be to make the Dart and Flutter plugins work in CLion. We'd probably have to do something to cause source directories under flutter/engine to be indexed, but...

Thanks for the report! @scheglov do you know about this?

Great idea! The console was designed for single-use cases, and should be updated now that multiple runs are more common.

@alexander-doroshko I hope everything is going well. Do you know if it is possible to change the name of the Debug or Run tabs dynamically? They are the same as...

Actually, I think this is working as intended. For hot reload, the device used corresponds to whichever run console has focus. For run, a new console will be created if...

Restored original title because projects generated by `flutter run` are well-formed. There may be an issue with device detection in Android Studio, but I am not able to reproduce the...

Part 1 is fixed in #5463. Not sure when we'll get to part 2, so keeping this open.