razetime / bqn-vscode

BQN programming language vscode plugin (symbol input, syntax highlighting)
MIT License
22 stars 6 forks source link

Dubble struck character description not showing #19

Closed Brian-ED closed 1 year ago

Brian-ED commented 1 year ago

when i hover over a double struck character, the descriptions aren't showing. I haven't tested all symbols, but after testing all double struck characters π•©π•π•—π”½π•˜π”Ύπ•£ and a few other non struck symbols, it seems only the double strucked are broken.

razetime commented 1 year ago

i assume it is because they don't have repl help pages, and hence the autogeneration doesn't have data to show for them on hover.

Brian-ED commented 1 year ago

It looks like they are implemented here: https://github.com/razetime/bqn-vscode/blob/4e388a48dd1b256ae4f53c1cd448b1ccb244009e/src/help.json#L4

mk12 commented 1 year ago

You are right, they're in help.json so it ought to show up on hover. I'll take a look.