flutter-intellij
flutter-intellij copied to clipboard
The file FlutterSearchableOptionContributor.java should be curated to make sure that there are no lines of dead code.
At the top of this file: // Note: update this file when updating FlutterSettingsConfigurable.
@jwren: do you know what update you were trying to track here?
@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.
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!
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