Skip to content

textDocument/hover on string_literals #2532

@eamonburns

Description

@eamonburns

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions