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

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

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

Junichi Yamamoto reassigned NETBEANS-4647:
------------------------------------------

    Assignee: Junichi Yamamoto

> 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
>            Assignee: Junichi Yamamoto
>            Priority: Major
>         Attachments: image-2020-07-28-12-40-31-547.png, image-2020-07-28-12-43-31-812.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-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