marius-h / flutter_enhancement_suite

The essential IntelliJ/Android Studio plugin for making working with Flutter easier than ever!
https://plugins.jetbrains.com/plugin/12693-flutter-enhancement-suite
GNU General Public License v3.0
286 stars 30 forks source link

Plugin settings #34

Open ovidiu-anghelina opened 4 years ago

ovidiu-anghelina commented 4 years ago

I want to use all the features, except the code snippets.

I would like to be able to disable the code snippets as they interfere with my usual way of making use of Code Completion/IntelliSense. For example in a class with several setters, I would type 'set' and press enter or use the arrow keys to select the function I'm looking for, but because of the snippets provided by this plugin, typing 'set' will always result in the 'set' snippet being the first Code Completion recommendation.

Solution - a simple plugin Settings page following JetBrains conventions with switches for enabling/disabling various plugin features.

mitsh commented 3 months ago

I disabled the plugin because of the plugin makes autocompletion is really bad sometimes. Please consider to do is simply disable/enable autocomplition feature for whose doesn't want to use it.