They should auto sync if you let it sit briefly. Also if the cursor is left at a point that is the direct child of the body tag in CodeView such as a comment or before a p starting tag, Preview will sync to the body tag (ie effectively the top of file). Moving the CV cursor inside a child of the body tag should see it properly sync after a short delay. This is an artifact of the use of tag paths to determine where exactly in Preview to move to when editing inside a html file.
If I get a free moment, I will try to instead rewrite the code to move to the previous sibling of the body tag to get a bit closer hopefully.
|