flexJoly created NETBEANS-4647:
----------------------------------
Summary: Autocompletion etc in php broken?
Key: NETBEANS-4647
URL: https://issues.apache.org/jira/browse/NETBEANS-4647
Project: NetBeans
Issue Type: Bug
Components: cnd - Code Completion, editor - Completion &
Templates, php - Editor
Affects Versions: 11.3, 12.0
Reporter: flexJoly
Hi,
For years now I am using netbeans for php and promoting it to every
php-programmer, mostly with success!
But since version 8 or so, I have the feeling that php in netbeans is not
getting better :( Even to the point that I am starting to look for another IDE.
At first I would like to sum up some of the issues. If more info is needed I
will gladly give it.
{code:java}
<?php
use rhAdmin\sales\product\record\ListRecord as rhBase;
class ListRecord extends rhBase{
}
namespace sales\product\record;
use rhAdmin\sales\product\record\ListRecord as rhBase;
class ListRecord extends rhBase{
}
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists