I am pretty new with sublime text and I have a new user issue that happens when i am editing html in a php file, might be 2 issues related:
- when i am editing the inner contents of an element, (indented 1 tab), when i have made the opening and closing tags, when i start to type, it out-dents automatically so the contents are the same amount of tabs as the container (doesnt happen in any other syntax).
example:
`
(tab) contentscontents`- pressing Enter/Return after opening an element (like div) does not start a newline, but inserts “php” (no quotes) at the end of the tag.
example:
<div>php
how do i stop these from happening?
- pressing Enter/Return after opening an element (like div) does not start a newline, but inserts “php” (no quotes) at the end of the tag.