Namespace support bug
Web IDE PHP version 387 doesn't recognize namespaced class in inheritence.
Example code
class BlogController extends \F3\FLOW3\MVC\Controller\ActionController {
}
The IDE has red squigly lines underneath the namespaced class
This example is from Flow3 framework
\F3\FLOW3\MVC\Controller\ActionController
This example is from Flow3 framework
PS this WYSIWYG editor is god awful. It managed to generate the worst html code ever. Just take a look at the source and see what mess it created.
Please sign in to leave a comment.
http://jetbrains.net/tracker/issue/WI-221
it doesn't support instantiation of namespaced classes
example
the structure tab doesn't know what to make of namespaces. It should show the namespace name as the root node of the tree. If the file has multiple namespaces then it should show multiple root nodes.
that's already covered by fix for WI-221.
I created separate issue for this http://jetbrains.net/tracker/issue/WI-226