Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement hover for literals #6157

Open
Arcticae opened this issue Aug 6, 2024 · 1 comment
Open

Implement hover for literals #6157

Arcticae opened this issue Aug 6, 2024 · 1 comment
Labels
enhancement New feature or request ide This issue refers to CairoLS or editor extensions

Comments

@Arcticae
Copy link
Collaborator

Arcticae commented Aug 6, 2024

Currently, hovering is only supported for TerminalIdentifier, while there are multiple Expressions that are not supported there:

  • Literal
  • ShortString
  • String
  • False
  • True

(possibly more?)
After hovering, we want to display the type info in the appropriate form (new hover style)

@Arcticae Arcticae added enhancement New feature or request ide This issue refers to CairoLS or editor extensions labels Aug 6, 2024
@mkaput
Copy link
Contributor

mkaput commented Aug 6, 2024

For short strings/strings we might also want to show their numeric value (basically bring https://www.stark-utils.xyz/converter into LS)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ide This issue refers to CairoLS or editor extensions
Projects
Status: Backlog
Development

No branches or pull requests

2 participants