I finally made the full switch from Sublime Text 2 to Sublime Text 3 and I have a few questions:
-
How can I update the autocomplete pattern so it searches within strings and gets triggered within strings?
I tried many different patterns inauto_complete_selectorbut none of them seem to work. Current value is set tosource, textand it still doesn’t get triggered within strings. -
How can I prevent ST from closing the window when closing the project?
The value ofhot_exitdoes not affect this. -
When typing curly brackets
{}and pressing enter, ST will automatically add a new line, indent and move the second curly brace one row down. This is great.
How can I do the same for other types of brackets and parentheses? I mean specifically()and[]. -
HTML tags are not closed within quoted strings, even though
auto_close_tagsis set totrue.
Thank you!