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

The file FlutterSearchableOptionContributor.java should be curated to make sure that there are no lines of dead code.

Open jwren opened this issue 1 year ago • 4 comments

At the top of this file: // Note: update this file when updating FlutterSettingsConfigurable.

jwren avatar Dec 10 '24 22:12 jwren

@jwren: do you know what update you were trying to track here?

pq avatar Jun 10 '25 21:06 pq

@pq See https://github.com/flutter/flutter-intellij/blob/master/flutter-idea/src/io/flutter/sdk/FlutterSearchableOptionContributor.java -- we should curate this file content to remove dead code.

jwren avatar Jun 12 '25 19:06 jwren

I still don't understand the original issue description. Did you remove some code from FlutterSettingsConfigurable and this was a reminder to update the contributor?

Anyway, looking for dead code is always a good idea!

pq avatar Jun 12 '25 19:06 pq

Yes, this is a task reminder to remove the dead lines of code in https://github.com/flutter/flutter-intellij/blob/master/flutter-idea/src/io/flutter/sdk/FlutterSearchableOptionContributor.java.

Updating the issue to make it clear

jwren avatar Jun 12 '25 19:06 jwren