cwan / native-ascii-converter

VS Code extension that converts characters with Unicode escapes or vice versa. The same as 'native2ascii' tool of JDK.
MIT License
15 stars 3 forks source link

Extension is difficult to find when using built-in VS Code search #15

Closed marcinsmialek closed 3 years ago

marcinsmialek commented 3 years ago

This is a great extension, but I couldn't find it from inside of VS Code.

Fortunately DuckDuckGo listed it as a top result for both:

If you could add "Unicode" in the name, then it would be much easier to discover, especially for people not familiar with Java. I'd also suggest adding "Unicode" tag.

Thanks!

cwan commented 3 years ago

Thanks for the advice!

If you could add "Unicode" in the name,

Sorry, I don't want to change the extension name because it is a proper noun.

I'd also suggest adding "Unicode" tag.

"Unicode" tag has been added.

Regards,