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

Improve logging capabilities

Open Nash0x7E2 opened this issue 4 years ago • 4 comments

In previous versions of the Flutter IntelliJ plugin, users had the option to enables an experimental log view "Flutter Logging".

While not perfect, this feature brought significant improvements for working with logs generated by the user's running Flutter app.

Notably, logs emitted by the app were categorized and color-coded with labels making it easy to differentiate and track messages. Basic filtering and error types were also great features to have.

In recent updates, this was removed from IntelliJ and added to Flutter's "Dev Tools". While this is a welcome improvement to the dev tools platform, it leaves users of IntelliJ (and vscode) with very basic, unfiltered logging requiring users to switch from their primary IDE to an external tool for very basic functionality.

Is it possible to add this feature back or at least enable some sort of filtering?

ref: https://github.com/flutter/flutter-intellij/pull/4005

cc: @RedBrogdon @devoncarew

Nash0x7E2 avatar May 16 '20 18:05 Nash0x7E2

In my opinion the integrated dev tools in the IDE's offer a superior user experience to the ones running externally in the browser. Removing already existing features from the IDE's seems a bit counter productive. I concur with Nash and hope to see this added back as well.

rydmike avatar May 17 '20 10:05 rydmike

It is great to see the response to this request!

TBH we are a bit shorthanded right now. That feature was causing a lot of issues so we removed it until we have more time to get it right. If anyone is looking for a project, feel free to pitch in :) -- the code is still in the repo. Otherwise, we haven't forgot about it but can't do anything at the moment.

I'll leave this open so people who want to express support can do so.

stevemessick avatar May 18 '20 21:05 stevemessick

Colored logging support with ANSI has bring back in https://github.com/flutter/flutter-intellij/pull/5151 . Is that solve your issue?

AlexV525 avatar Dec 29 '20 23:12 AlexV525

Is there any update for this issue in 2022? Or is there a different issue for Android Studio only that I can follow?

GoldenSoju avatar Jul 12 '22 08:07 GoldenSoju