p42ai / js-assistant

120+ refactorings and code-assists for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=p42ai.refactor
MIT License
119 stars 7 forks source link

provide setting to set default suggestion level #72

Open tjx666 opened 1 year ago

tjx666 commented 1 year ago

for example:

{
    "p42.refactoring.suggestion": "off"
}

Personaly, I would like to trigger quick fix instead of suggestion.