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 "Go to Definition" for nested pluralization keys #954

Conversation

mkevinosullivan
Copy link
Contributor

With the support for displaying inline the first available pluralization key value of a nested locale configuration (#2), the "Go to Definition" functionality is unable to switch to the definition in the locale file, as is expected.

Fixes #952

This commit fixes that, and as a by-product, hovering over the key will display the various translations.

Before:
NoDefnFound

After:
DefinitionsHover

NOTE

This is built on #950, which requires that to be approved and merged first.

@mkevinosullivan mkevinosullivan changed the title Support goto definition for nested pluralization keys Support "Go to Definition" for nested pluralization keys Jun 23, 2023
@terales
Copy link
Collaborator

terales commented Jul 11, 2023

Merged within #970

@terales terales closed this Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

"Go to Definition" does not work for nested pluralization keys
2 participants