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

Support Basic Inlay Hints #341

Open
Rosemoe opened this issue Dec 31, 2022 · 0 comments
Open

Support Basic Inlay Hints #341

Rosemoe opened this issue Dec 31, 2022 · 0 comments
Labels
feature New feature
Milestone

Comments

@Rosemoe
Copy link
Owner

Rosemoe commented Dec 31, 2022

Modern IDEs use inlay hints to help user keep track of params, variable types and scopes, etc.
For example, in IDEA, you will notice inlay hints like these:

  • Inlay hints in line:
    image
  • Inlay hints above line:
    image

Also, you can interact with inlay hints by click or long-press them.
And basically, all inlay hints should be measurable. But as editor is a View but not ViewGroup, we will get limited functionality of these inlay hints.

@Rosemoe Rosemoe added the feature New feature label Dec 31, 2022
@Rosemoe Rosemoe added this to the 0.22.0 milestone Dec 31, 2022
@Rosemoe Rosemoe removed this from the 0.22.0 milestone Jan 8, 2023
@Rosemoe Rosemoe added this to the 0.24.0 milestone Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant