Breaks goto symbol for PHP file when enabled
Opened this issue · 2 comments
I have a project with both Soy files and PHP files and I noticed that the goto symbol is broken in PHP. I have tried with empty config and it is working so I narrowed down to the extensions installed and disabled them all then tried them one by one and found out that it was this plugin.
I double checked it and it is confirmed, when the plugin is enabled goto definition is broken internally and instead the whole file is only provided.
Simple use case would be to create a new php file with the following content and try ctrl+r '@'
<?php
class Hello
{
public static function test()
{
}
}
Should give you Hello and test.
then enable the plugin and try again.
Would be nice if this could be fixed.
did you using SublimeText? If yes what version?
Yes, Sublime text 2 - latest available download for version 2.