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 bug after sublime update tp 4169 #152

Open FrankNoack opened 11 months ago

FrankNoack commented 11 months ago

After updating Sublime Text to 4169 find_use does not work properly anymore (PHPCompanion 2.0.3). F5 seems to work only occassionally. I could not figure out, when it works and when not. It is just a very annoying bug. The folers are not in gitignore, still I have set "index_exclude_gitignore" = false in sublime.

Is it another setting that I made wrong?

Frank

FrankNoack commented 11 months ago

I had to delete sublime, delete its folder in %APPDATA% and reinstall sublime and all packages again to fix it.

BahaaAlhagar commented 11 months ago

I have the same issue after update Using Ubuntu Linux 20 Tried to remove and install again but not fixed the issue

It says that sublime could not find file

anhthi92 commented 10 months ago

I have the same issue after update. Using Window 10, I had to delete sublime, delete its folder in %APPDATA%, but it's not working. Finally, I got it. Select the keyword area and press F5.

maarsson commented 10 months ago

Please ensure "index_files": true in Sublime settings. It should be by default, but may be disabled in user preferences.

claudiodaud commented 7 months ago

Uninstall and reinstall the latest version 4169 of ST4 and package control, everything will work again

image image image