erichard / SublimePHPCompanion

A Sublime Text plugin that provides cool stuff for PHP 5.3+ coding session.
MIT License
932 stars 115 forks source link

"Find Use" and "Expand Fully Qualified Class Name" features don't work #153

Closed slowpokefarm closed 11 months ago

slowpokefarm commented 11 months ago

Since the last sublime text update 4169 PHP Companion can only access references in currently open files when trying to use "Go To Reference". "Find Use" and "Expand Fully Qualified Class Name" features don't work either, I believe there might be some connection between those issues.

Is there any fix for that?

I'm using Sublime Text on MacOS Sonoma.

slowpokefarm commented 11 months ago

So apparently index_files setting in sublime has been turned off on update and I didn't notice it. Turned it on and everything works normally. Sorry for bothering you and thanks for a great tool.