S
S
Sergey Burduzha2018-01-31 23:30:49
Sublime Text
Sergey Burduzha, 2018-01-31 23:30:49

How to jump to empty tag in sublim text?

Let's say we have a list

<ul>
    <li>
      <ul>
        <li>question</li>
        <li>answer</li>
      </ul>
    </li>
    <li>
      <ul>
        <li></li>
        <li></li>
      </ul>
    </li>
    <li>
      <ul>
        <li></li>
        <li></li>
      </ul>
    </li>
  </ul>

And you need to use hot keys to move to the next empty tag. Previously, in Windows, this was a combination of
ctrl + alt + up / down, now in Ubuntu it does not work.
I rummaged through the config with hot keys, but did not find it.
Who will tell you what the command is called?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Ainur Valiev, 2018-02-01
@vaajnur

It looks like there is no such binding. there is jump by tags

ctrl + Shift + < 
ctrl + Shift + >

In phpstorm cursor toggles over empty tags by clicking on Tab

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question