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, I'm try to figure out how to retrieve the current static function call. In code like this
<?phpUI\Control::enable();
if the cursor position is before ::, (thing-at-point 'sexp t) return UI\\Control, after the :: return enable.
There is in php-mode a function that returns the whole static method call?
The text was updated successfully, but these errors were encountered:
Hi, I'm try to figure out how to retrieve the current static function call. In code like this
if the cursor position is before
::
,(thing-at-point 'sexp t)
returnUI\\Control
, after the::
returnenable
.There is in php-mode a function that returns the whole static method call?
The text was updated successfully, but these errors were encountered: