xsburg / vscode-javascript-booster

Sprinkle extra refactorings, code actions and commands over your JavaScript! 🍩 TypeScript and Flow are first class citizens as well!
https://marketplace.visualstudio.com/items?itemName=sburg.vscode-javascript-booster
159 stars 13 forks source link

Provide a way to hide quick fixes #35

Open OliverJAsh opened 4 years ago

OliverJAsh commented 4 years ago

There are some quick fixes which I will never use, for example "split into declaration and initialization". It is annoying that these add noise to the quick fixes menu, especially when VS Code are other extensions and contributing many other quick fixes.

I would like to be able to hide some of the refactorings from appearing in the quick fixes menu. Perhaps a setting for each refactoring?