Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow disable bad refactor suggestions #61007

Open
adamlui opened this issue Jan 19, 2025 · 3 comments
Open

Allow disable bad refactor suggestions #61007

adamlui opened this issue Jan 19, 2025 · 3 comments
Labels
Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature Suggestion An idea for TypeScript

Comments

@adamlui
Copy link

adamlui commented Jan 19, 2025

IDK what this is called but the ellipsis that sometimes appear below starts of words:

Image

After much research I could find no way to disable it per line, useful for cases like this where it's not even a constructor function

@mjbvz mjbvz transferred this issue from microsoft/vscode Jan 21, 2025
@mjbvz
Copy link
Contributor

mjbvz commented Jan 21, 2025

You can disable these entirely by setting "javascript.suggestionActions.enabled": false

@mjbvz mjbvz removed their assignment Jan 21, 2025
@RyanCavanaugh RyanCavanaugh added Suggestion An idea for TypeScript Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature labels Jan 21, 2025
@adamlui
Copy link
Author

adamlui commented Jan 22, 2025

I don't want to disable it entirely...

@adamlui
Copy link
Author

adamlui commented Jan 22, 2025

You know how in ESLint you disable per line the false positives? These suggestionActions need the same thing because it's quite bad at it I noticed it happen few more times lately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

3 participants