0

Recognize patterns

Nihar Gagneja 10 years ago 0
What if Sublime Text could recognize patterns? For example, if you were creating an array with the days of the week, and you started typing:

string daysOfWeek [7] {Monday, Tuesday, Wednesday 

it would offer a suggestion to complete it to

string daysOfWeek [7] {Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday};