-
-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Labels
Description
I love the ability to do textDocument/hover on integer and character literals.
Could you add that ability for string literals as well?
Some ideas for information:
- byte length
- This is difficult to figure out by eye when unicode characters are present
- codepoint count
- (assuming you can achieve this using
std.unicode, e.g.Utf8View)
- (assuming you can achieve this using