roroland
roroland

Reputation: 174

Customizing code completion on Sublime-text 2

In Sublime-Text 2 when for instance in HTML5 I type:

"ul" and then the TAB key

The software show the following autocomplete code

<ul id="" class="">
<li><a href="" title=""></a></li>
li
 </ul><!-- / -->

I want to clean that code and customize it, I know is possible, anyone knows where can I edit this ?

Thanks !

Upvotes: 2

Views: 7879

Answers (1)

Related Questions