flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

The ConsoleFilterProvider extension point does not work for flutter running console logs

Open licheng1013 opened this issue 1 year ago • 0 comments

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at github.com/flutter/flutter.

Steps to Reproduce

Hello, I am developing a plug-in for Android Studio. The effect is that the console outputs the dart class name, and you can jump to this class file by clicking it. This is very useful for locating the page location. I found that the flutter run configuration does not provide an extension point for the console, but is added manually.

Version info

https://github.com/flutter/flutter-intellij/blob/master/flutter-idea/src/io/flutter/run/SdkRunConfig.java#L225

image

Can you provide a similar extension?

licheng1013 avatar Jun 04 '24 02:06 licheng1013