ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Follow Function PHP

by draffter ST2

Package allows you to go to body of function under cursor in PHP files and display standard php function definition

Details

  • 2013.03.26.09.02.34
  • github.​com
  • github.​com
  • 12 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 5K
  • Win 3K
  • Mac 1K
  • Linux 1K
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

FollowFunctionPHP

Package allows you to go to body of function under cursor in PHP files or display standard php function definition

With this plugin you can open body of PHP function, when you click on called function name. Also you can display definition of standard php function.

USE: First you have to index PHP files. Each opened folder in project will be indexed. To do this press: ctrl+k, ctrl+i Wait until you see message “Thank you for indexing. Plugin is ready to use” on status bar

Now, you can use plugin, by clicking two times button2 holding Ctrl+Shift on function name.

If you see “No function found! Reindex!” you have to index files again.

If you want to get back to position from you call a function body, just press Ctrl+Shift+u.

NEW!! Press ctrl+shift+f10 to see standard php function definition. When hit enter key to open definition n web browser