sublime-text-plugin icon indicating copy to clipboard operation
sublime-text-plugin copied to clipboard

Tag Preview Should Allow Jumping to Opening Tag Even if Open/Close Tags are Both Visible

Open michaelalandawson opened this issue 4 years ago • 1 comments

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.

michaelalandawson avatar Sep 01 '20 21:09 michaelalandawson

There’s Go To Tag Pair action for that. But I will add option to always display preview, even if open tag is visible

sergeche avatar Sep 06 '20 15:09 sergeche