erichard / SublimePHPCompanion

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

Is it working for ST3 3126? #98

Closed jgrossi closed 7 years ago

jgrossi commented 7 years ago

Hey,

I'm trying this plugin but it seems it's not all working on Sublime Text 3 build 3126. I already configured the keymap.

It seems the Insert Construct Property command is the only one working.

Any issue like this before?

Thanks, JG

DCzajkowski commented 7 years ago

I can confirm. After updating to stable 3.0 release build 3143, PHP Companion stopped working. The only working command is Insert Constructor Property as stated above 😢

erichard commented 7 years ago

Can you try this

  1. Close ST3
  2. Delete ~/.config/sublime-text-3/Index folder
  3. Open a folder/project in ST3
DCzajkowski commented 7 years ago

The folder ~/.config/sublime-text-3 doesn't exist for me...

DCzajkowski commented 7 years ago

Ok, never mind. After closing and reopening Sublime the plugin started working again. Thanks 👍