Sublime Forum

Parameter of function

#1

When i write variable and after this enter function name in front of variable, i want a variable become a parameter of this function.

PHP Example:

  1. write “$someData”
  2. write “var_dump” in front of variable “$someData” and press enter to autocomplete
  3. i get this var_dump(expression)$customer
    BUT AFTER THIS MANIPULATION I WAND THIS var_dump($customer)

I hope, i explained clearly. Thanx!

0 Likes