You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "flexJoly (Jira)" <ji...@apache.org> on 2020/07/28 10:33:00 UTC

[jira] [Updated] (NETBEANS-4647) Autocompletion etc in php broken?

     [ https://issues.apache.org/jira/browse/NETBEANS-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

flexJoly updated NETBEANS-4647:
-------------------------------
    Description: 
Sorry!  :( 
I tapped: ctrl-enter, and the issues got posted...
But I was not ready yet
Still editing this issue,

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}
 

 

 

 

 

 

  was:
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}
 

 

 

 

 

 


> 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 &amp; Templates, php - Editor
>    Affects Versions: 12.0, 11.3
>            Reporter: flexJoly
>            Priority: Major
>
> Sorry!  :( 
> I tapped: ctrl-enter, and the issues got posted...
> But I was not ready yet
> Still editing this issue,
> 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists