-
-
Notifications
You must be signed in to change notification settings - Fork 380
Open
Description
It would be nice if I could jump directly to the key in the locale file with :Elocale or a similar command when hovering inside a t().
So for example (* indicating cursor position):
I18n.t("admin.actions.toggle_lock.fla*sh.unlocked")
should jump to one of these locations
admin:
actions:
toggle_lock:
flash:* # if we want to support jumping to the section
unlocked: *"User unlocked successfully." # if we want to just jump to the location of the full key
locked: "User locked successfully."Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels