mrhanlon / less-than-slash

Atom.io package for closing open tags when `</` is typed, like in Sublime Text 3.
MIT License
23 stars 6 forks source link

Add a setting to choose cursor position after autocompletion #37

Closed redfellow closed 8 years ago

redfellow commented 8 years ago

Hi, this is an small enhancement suggestion.

I'd like to have my cursor in front of the closing tag after auto completion, because I prefer to write both the opening and closing tag before adding code between tags.

MarcPorciuncula commented 8 years ago

Implemented on https://github.com/mrhanlon/less-than-slash/pull/38. Just need a merge and publish @mrhanlon.