This is a very nice Sublime Text extension but unfortunately it's not working with php files that use references to Twig templates like
return $this->render('some/_some_form.html.twig')
I understand this would require code analyser like its implemented in PhpStorm.
Any chance to implement a feature like this?