SublimeCodeIntel icon indicating copy to clipboard operation
SublimeCodeIntel copied to clipboard

Function Parameter Hinting in ST3 + PHP

Open aleemb opened this issue 8 years ago • 3 comments

Works great for built-in PHP functions but not for project functions. The dropdown list of autocomplete functions does not show parameters. Selecting the function doesn't fill in the parameters either. There is an older issue on this but it seems to have crop up again https://github.com/SublimeCodeIntel/SublimeCodeIntel/issues/25

aleemb avatar Nov 26 '15 07:11 aleemb

This does work for project functions. Hit TAB to autocomplete the method, then stick your cursor inside the parentheses and hit CTRL+SHIFT+SPACE. You should see the contents of the entire DocBlock comment for that method in the autocomplete window. Hit TAB again, and placeholders for the parameters are put in place in the function call that you can tab through.

molovo avatar Dec 15 '15 07:12 molovo

It works when I am in file where the class is defined but not in other files where I make an include and a new. Do you know how to fix this?

mato777 avatar Apr 14 '16 17:04 mato777

#559

natanfelles avatar Oct 29 '17 16:10 natanfelles