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

flexJoly updated NETBEANS-4647:
-------------------------------
    Description: 
_{color:#de350b}Sorry!  
!/jira/images/icons/emoticons/sad.png|width=16,height=16,align=absmiddle!{color}_
         
 _{color:#de350b}I tapped: ctrl-enter, and the issue got posted...{color}_
 _{color:#de350b}But I was not ready yet{color}_
 _{color:#de350b}Still editing this issue,{color}_
----
 

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-completion with alias as namespace
{code:java}
<?php

namespace rhAdmin\sales\product\record\ListRecord;

class ListRecord{
  protected $myProp = 'test';
  public function myTest(){
  }
}
{code}
{code:java}
namespace sales\product\record;
use rhAdmin\sales\product\record\ListRecord as rhBase;

class ListRecord extends rhBase{
  // when start typing '$this->' the items from the parent-class are not seen 
by netbeans
}

{code}
 

 

 

 

 

 

  was:
_{color:#de350b}Sorry!  
!/jira/images/icons/emoticons/sad.png|width=16,height=16,align=absmiddle!{color}_
       
 _{color:#de350b}I tapped: ctrl-enter, and the issue got posted...{color}_
 _{color:#de350b}But I was not ready yet{color}_
 _{color:#de350b}Still editing this issue,{color}_
----
 

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-completion with alias as namespace
{code:java}
<?php

namespace rhAdmin\sales\product\record\ListRecord;

class ListRecord{
  protected $myProp = 'test';
  public function myTest(){
  }
}
{code}
{code:java}
namespace sales\product\record;
use rhAdmin\sales\product\record\ListRecord as rhBase;

class ListRecord extends rhBase{
  // when start typing '$this->' the items from the parent-class are not seen 
by netbeans
}

{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
>         Attachments: image-2020-07-28-12-40-31-547.png
>
>
> _{color:#de350b}Sorry!  
> !/jira/images/icons/emoticons/sad.png|width=16,height=16,align=absmiddle!{color}_
>          
>  _{color:#de350b}I tapped: ctrl-enter, and the issue got posted...{color}_
>  _{color:#de350b}But I was not ready yet{color}_
>  _{color:#de350b}Still editing this issue,{color}_
> ----
>  
> 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-completion with alias as namespace
> {code:java}
> <?php
> namespace rhAdmin\sales\product\record\ListRecord;
> class ListRecord{
>   protected $myProp = 'test';
>   public function myTest(){
>   }
> }
> {code}
> {code:java}
> namespace sales\product\record;
> use rhAdmin\sales\product\record\ListRecord as rhBase;
> class ListRecord extends rhBase{
>   // when start typing '$this->' the items from the parent-class are not seen 
> by netbeans
> }
> {code}
>  
>  
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to