DevToys icon indicating copy to clipboard operation
DevToys copied to clipboard

Leverage Favorites for Smart Detection

Open C1rdec opened this issue 1 year ago • 2 comments

What's the Problem?

The Smart Detection only open the corresponding tool when there's only 1 tool compatible with the clipboard. More than 98% of the time I know the tool I want to use but there's a other tool that is compatible and this result in additional clicks.

Lets take JSON as example:

For my use case I would never need JSON <> YAML but the tool selection is blocked.

image

Solution/Idea

I would leverage the Favorites System.

Even if there's multiple match for the Smart Detection I would trigger the tool selection if there's one in my favorites.

Alternatives

An alternative would be to add a way to disable Smart Detection manually for some tools

DevToys Version

Version: 1.0.9.0

(On peut parler en Français si tu préfères)

C1rdec avatar Jul 21 '22 05:07 C1rdec

Hello,

Thanks for the suggestion. This is a great idea actually! I will try to implement this soon.

veler avatar Jul 23 '22 16:07 veler

Here is a simple PR: https://github.com/veler/DevToys/pull/626

C1rdec avatar Aug 03 '22 03:08 C1rdec