[ 
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.

I know one jira-issue should only have ONE topic and purpose. But I have the 
feeling that php does not have much priority. And some of my previous 
reports/requests did not get any attention. So first I want to know if what I 
say below wil get any priority before taking much time to make a detailed 
report. 
Sorry!!! But I am really getting disappointed on netbeans :( and desperate 
h3. Slow

It is getting slower and slower. At least after a installing a new version of 
netbeans. Then scanning the projects can go on for more then an hour, slowing 
down the editor. 

*Pulling in git* takes soooo much time in netbeans. It looks like it is 
reading/checking the whole branche again. When I need a quicker pull... I open 
the git-client, and do the pulling there and then synchronizing the branche in 
netbeans. Then netbeans is ready real quick. It is really annyoing and 
not-logic that pulling by netbeans takes much more time (sometimes more then a 
minute) then with my workaround.
Also it can take 1 or more minutes before a changed file comes up in the 
git-show-changes.... So I always select the file(s) and right-click to commit 
which mostly works faster.


My trigger to try if reporting will help is: codecompletion for a plain 
php-html template. We normally use Smarty. But we are exploring of having our 
own template engine.

 

 

Below 2 other issues with details.
h3. Codecompletion with namespace, aliases and extends

Overwritten function seen in _*parent-class:*_

!image-2020-07-28-13-02-07-177.png|width=582,height=318!

 Overwritten function in _*parent-class*_ NOT seen when using an alias for the 
namespace

   !image-2020-07-28-13-04-10-932.png|width=536,height=275!

Codecompletion working whenparentclass has override-function with 
alias-namespace

!image-2020-07-28-13-10-46-227.png|width=582,height=290!

 

No codecompletion after removing the function in the parent-class

!image-2020-07-28-13-11-45-910.png|width=571,height=236!

Code completion with Alias and function:

!image-2020-07-28-13-15-11-891.png|width=566,height=229!

 

 Codecompletion with alias in childclass, alias in first-parent removed and 
function removed:

!image-2020-07-28-13-17-15-567.png|width=705,height=308!

 

While writing this issue I found the difference when having an overridden 
function or not....
h3. Codecompletion on traits

trait found:

!image-2020-07-28-13-21-36-907.png|width=405,height=301!

Trait not found in use list: (this part needs a fix I think)

!image-2020-07-28-13-22-37-962.png|width=427,height=232!

 trait recognized in uselist and inside class

!image-2020-07-28-13-24-10-223.png!

 

I hope someone can reproduce this or tell me what I am doing wrong.

 

 

 

 

  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.
h3. Codecompletion with namespace, aliases and extends

Overwritten function seen in _*parent-class:*_

!image-2020-07-28-13-02-07-177.png|width=582,height=318!

 Overwritten function in _*parent-class*_ NOT seen when using an alias for the 
namespace

   !image-2020-07-28-13-04-10-932.png|width=536,height=275!

Codecompletion working whenparentclass has override-function with 
alias-namespace

!image-2020-07-28-13-10-46-227.png|width=582,height=290!

 

No codecompletion after removing the function in the parent-class

!image-2020-07-28-13-11-45-910.png|width=571,height=236!

Code completion with Alias and function:

!image-2020-07-28-13-15-11-891.png|width=566,height=229!

 

 Codecompletion with alias in childclass, alias in first-parent removed and 
function removed:

!image-2020-07-28-13-17-15-567.png|width=705,height=308!

 

While writing this issue I found the difference when having an overridden 
function or not....
h3. Codecompletion on traits

trait found:

!image-2020-07-28-13-21-36-907.png|width=405,height=301!

Trait not found in use list:

!image-2020-07-28-13-22-37-962.png|width=427,height=232!

 

I hope someone can reproduce this or tell me what I am doing wrong.

 

 

 

 


> 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: 12.0, 11.3
>            Reporter: flexJoly
>            Assignee: Junichi Yamamoto
>            Priority: Major
>         Attachments: image-2020-07-28-13-02-07-177.png, 
> image-2020-07-28-13-04-10-932.png, image-2020-07-28-13-10-46-227.png, 
> image-2020-07-28-13-11-45-910.png, image-2020-07-28-13-15-11-891.png, 
> image-2020-07-28-13-17-15-567.png, image-2020-07-28-13-21-36-907.png, 
> image-2020-07-28-13-22-37-962.png, image-2020-07-28-13-24-10-223.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.
> I know one jira-issue should only have ONE topic and purpose. But I have the 
> feeling that php does not have much priority. And some of my previous 
> reports/requests did not get any attention. So first I want to know if what I 
> say below wil get any priority before taking much time to make a detailed 
> report. 
> Sorry!!! But I am really getting disappointed on netbeans :( and desperate 
> h3. Slow
> It is getting slower and slower. At least after a installing a new version of 
> netbeans. Then scanning the projects can go on for more then an hour, slowing 
> down the editor. 
> *Pulling in git* takes soooo much time in netbeans. It looks like it is 
> reading/checking the whole branche again. When I need a quicker pull... I 
> open the git-client, and do the pulling there and then synchronizing the 
> branche in netbeans. Then netbeans is ready real quick. It is really annyoing 
> and not-logic that pulling by netbeans takes much more time (sometimes more 
> then a minute) then with my workaround.
> Also it can take 1 or more minutes before a changed file comes up in the 
> git-show-changes.... So I always select the file(s) and right-click to commit 
> which mostly works faster.
> My trigger to try if reporting will help is: codecompletion for a plain 
> php-html template. We normally use Smarty. But we are exploring of having our 
> own template engine.
>  
>  
> Below 2 other issues with details.
> h3. Codecompletion with namespace, aliases and extends
> Overwritten function seen in _*parent-class:*_
> !image-2020-07-28-13-02-07-177.png|width=582,height=318!
>  Overwritten function in _*parent-class*_ NOT seen when using an alias for 
> the namespace
>    !image-2020-07-28-13-04-10-932.png|width=536,height=275!
> Codecompletion working whenparentclass has override-function with 
> alias-namespace
> !image-2020-07-28-13-10-46-227.png|width=582,height=290!
>  
> No codecompletion after removing the function in the parent-class
> !image-2020-07-28-13-11-45-910.png|width=571,height=236!
> Code completion with Alias and function:
> !image-2020-07-28-13-15-11-891.png|width=566,height=229!
>  
>  Codecompletion with alias in childclass, alias in first-parent removed and 
> function removed:
> !image-2020-07-28-13-17-15-567.png|width=705,height=308!
>  
> While writing this issue I found the difference when having an overridden 
> function or not....
> h3. Codecompletion on traits
> trait found:
> !image-2020-07-28-13-21-36-907.png|width=405,height=301!
> Trait not found in use list: (this part needs a fix I think)
> !image-2020-07-28-13-22-37-962.png|width=427,height=232!
>  trait recognized in uselist and inside class
> !image-2020-07-28-13-24-10-223.png!
>  
> I hope someone can reproduce this or tell me what I am doing wrong.
>  
>  
>  
>  



--
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

Reply via email to