Just got done building my first complete website from scratch in edge code, and I love it, but I have one small feature request.
When you create an element that requires an end tag, like a <div>, Edge Code types in the </div> for you. That's great, it's an awesome time saver, but
then when I'm done putting whatever I needed to put inside that div and want to continue editing the page, I have to reach for my mouse to move the cursor
out of the div tag. I'm asking for a kayboard shortcut, something simple like double tapping the right arrow key or something, that jumps my cursor to the
right of the last ">" of the dom element I'm currently in.
sorry I probably didn't need uch a big screenshot. Click it if it's blurry.
You can use Ctrl+right-arrow to qiuckly get past words without using the mouse.
Also, take a look at the Emmet extension. In the scenario above, you would hit Ctrl+Enter to jump cursor out of div and then insert a new line.
Randy