How to navigate in attributes
I want to navigate in source code to change attributes. Is it possible like in first zen code creation with tab.
Imageine my cursor is here:
|<a href=""></a>
When i press F8 or something it will move cursor here:
<a href="|"></a>
After another press:
<a href="">|</a>
And continues like this? Is it possible?
Please sign in to leave a comment.