Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Ctrl + Click on String Scalars

Hi all,

i was looking at the CTRL + click example using the phpIndexingVisitors extension point, and i'm wondering if it's possible to add CTRL + click support for String Scalars, ie Arguments to methods:

ClassRegistry::init('MyClass');

In this case, i would like to open the SourceModule containing the type 'MyClass' when CTRL-clicking
on it.


Anyone knows if this should be possible ?


thanks !


-robert


Back to the top