5168 shaares
38 private links
38 private links
I am writing markdown with sublime and want to type math equations faster. Is there anyway to achieve the following functionality in sublime snippet?
Type any character followed by a number, press tab and it will become character_number. For example, if I type ‘a1’ and press tab it will become ‘a_1’.
If this cannot be achieved by snippet, what about packages?