You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 suggestsi
/I
/I
/I
.Proposed solution
For each suggested text transformation, after the transformation is made, check whether:
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.
The text was updated successfully, but these errors were encountered: