You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First of all, thanks for this great Vim plugin. It would be great to add the same feature you did for use but for variables. Do you think it could be handled without heavy side effects?
Have a nice day.
The text was updated successfully, but these errors were encountered:
Hi, i'll have a look at how easy it could be to do such a thing and how reliable it would be. The use detector may detect that a use is used even if it's not some time since I rely on regex and not on the php parsing result, but it will never break the code only leave a useless use. I'll try to see if I can do the same thing for variables but it seems a little bit harder to do because you have references etc...
Hi,
First of all, thanks for this great Vim plugin. It would be great to add the same feature you did for use but for variables. Do you think it could be handled without heavy side effects?
Have a nice day.
The text was updated successfully, but these errors were encountered: