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 !

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

http://sublimetext.info/docs/en/extensibility/completions.html

link|improve this answer
Thanks :) But WHERE are completions files?, I just can't find'em – roroland Jan 10 at 21:04
1  
Sublime Text 2/Packages/HTML – PabloJimeno Jan 10 at 21:23
Thanks for your support :) – roroland Jan 11 at 1:06
You're welcome my friend. – PabloJimeno Jan 11 at 8:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.