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

Remove duplicate suggestions #93

Open
tDeContes opened this issue Mar 20, 2024 · 0 comments
Open

Remove duplicate suggestions #93

tDeContes opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tDeContes
Copy link

Background

It would be nice that the context menu doesn't suggest useless items. (I'm using only casing.)
For ex when I ask for i, it suggests i/I/I/I.

Proposed solution

For each suggested text transformation, after the transformation is made, check whether:

  • it's the same as original,
  • it's already suggested upper.

If yes, remove the item.

It would also be useful for code casing, in all cases where is there only one word to handle.
I don't think it would be useful for those with special characters.

Alternatives

It could be seen as an alternative to #30, although it is more of a complement.

@tDeContes tDeContes added the enhancement New feature or request label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant