Writing $this->
in PHP files can be a bit tedious, as it requires pressing [Shift]+$ and then [Shift]+>.
It would be great if Sublime Text suggested $this->
in the autocompletion list once we type this
. Pressing [Tab] would then replace this
with $this->
.
This idea is somehow similar to the function that replaces php
with <?php ?>
after pressing [Tab]