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

Add hover for model associations #476

Open
vinistock opened this issue Oct 4, 2024 · 1 comment
Open

Add hover for model associations #476

vinistock opened this issue Oct 4, 2024 · 1 comment
Labels
enhancement New feature or request help-wanted Extra attention is needed

Comments

@vinistock
Copy link
Member

In #358, definition support for associations was added. We can do the same thing for hover, which would be quite nice in my opinion.

Implementation

  1. Start returning the fully qualified name of the constant related to the association from the server here
  2. Generalize this API to return the full information about an association, rather than being specific about locations only
  3. Fix the API changes in definition.rb
  4. Then use a similar approach to produce hover content
@vinistock vinistock added enhancement New feature or request help-wanted Extra attention is needed labels Oct 4, 2024
@andyw8
Copy link
Contributor

andyw8 commented Oct 4, 2024

(implementation was in #373)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help-wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants