- Are there plans to add support for the symbols popup for php?
*>>* For me it show PHP function names. *>* Could it be because I am using tabs rather then spaces?
No -- if you place the caret on a function name and press ctrl-shift P, does it show entity.name.function as part of the scope?
only when i use spaces
On 16/11/2005, at 2.15, Samuel DeVore wrote:
Are there plans to add support for the symbols popup for php?
For me it show PHP function names.
Could it be because I am using tabs rather then spaces?
No -- if you place the caret on a function name and press ctrl-shift P, does it show entity.name.function as part of the scope?
only when i use spaces
Could you send an example showing the problem? the language grammar uses \s which cover both spaces and tabs, and I see no problem here.