jamesohortle / UnicodeHover

Hover over a Unicode escape in VS Code to see the glyph of the character, its description and a link to its webpage!
MIT License
12 stars 3 forks source link

Add option to display all string #23

Open cpp233 opened 2 years ago

cpp233 commented 2 years ago

if option is true

const str = "\u0061\u0062\u0063\u0064\u0065"

hover the \u0061 or other characters in the str

show all string

"abcde"