sublime-text-plugin
sublime-text-plugin copied to clipboard
Tag Preview Should Allow Jumping to Opening Tag Even if Open/Close Tags are Both Visible
https://github.com/emmetio/sublime-text-plugin#tag-preview
I understand that Sublime Text shows a dotted underline for matching open/close tags.
Currently, the Emmet Tag Preview feature allows you to jump from the closing tag to the opening tag only if the opening tag is not visible in the view.
I would like for this to also work if the open/close tags are both visible in the view. This would assist in navigating complicated, nested code.
There’s Go To Tag Pair action for that. But I will add option to always display preview, even if open tag is visible