Hi there:
Sublime started acting up on me the other day and I was hoping for help identifying and correcting the error. When I press enter between any html tags Sublime creates two extra occurrences of the tags, like below:
<div></div>
becomes
<div>
<div></div>
<div></div></div>
Is there a way to see my packages by date installed and remove the most recent ones? I added a few recently, but nothing related to HTML (I think I only installed a Python package since prior to this error occurring).
Any help would be appreciated!
Josh