Frameworks Integrity
hi,
i am using vs.php with vs2005, i found that there is something named "Php Referece" but does not do anything !
as i know you have program to support php frameworks such as prado , and also we are know there is a lot of frameworks out there ,
i think if you can make "Php Refernces" much better that it can explore all of the files and related files of it , and add all the components to WYSIWYG editor , and add all classes to intellisense, therefore VS.php can support all of the frameworks as well as all other php refernces such as classes and files that we wrote some times ago and want to use it now in this new project.
also , i should say that i wrote a "require_once('prado.php');" in top of my php pages , but the intellisense could not find even the Application class of the prado from address that i mentioned in require_once before. i think intellisens is so weak and should be worked before all other features.
excuse me,
i found another solution for this , the solution is that vs.php can provide an interface for some extensions that could bring a framework into vs.php intelisense and WYSIWYG editors.
then for example we can have an extension for VS.php that include Prado support into Vs.php. we first install vs.php and then install prado extension support for Vs.php.
and therefor other frameworks can implements their own extension for vs.php or the vs.php can implement it for them. and add support of other frameworks.
anyway please do some works on PHP References and intellisense in any way.
thanks for your attention & VS.php

