You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Tomáš Procházka (Jira)" <ji...@apache.org> on 2020/12/07 20:27:00 UTC

[jira] [Closed] (NETBEANS-1773) autocomplete improving

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

Tomáš Procházka closed NETBEANS-1773.
-------------------------------------
    Resolution: Abandoned

> autocomplete improving
> ----------------------
>
>                 Key: NETBEANS-1773
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1773
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: php - Editor
>    Affects Versions: 8.2, 9.0
>            Reporter: Marcos Vinicius Soares Souza
>            Assignee: Marcos Vinicius Soares Souza
>            Priority: Major
>         Attachments: no-this.gif
>
>
> Is it possible to fix some bugs in PHP autocomplete in netbens?
> The problem I identified was the following: I created a config.php file in my project and within that file I created a PDO type object.
> Soon after I created another file called index.php and I imported the file config.php
> through of comand "require" into index.php.
> The problem occurs when I call the PDO methods in the index.php file. Netbeans does not show me the methods available in the class, so I have to type everything manually.
> If possible, also leave the autocomplete better, making it necessary to insert the "$" only once in the variable declaration, so that programmers can, for example, declare a variable "$ a" and then call it just by typing "a", just like in PHPStorm.
> If possible too, make the autocomplete work perfectly in .class files. Generally in my PHP projects I use the .class extension in my classes to differentiate from other .php files that are not classes. But autocomplete does not work perfectly on these file types, for example, if I declare a variable in a .class file, I will not be able to call it through autocomplete
> even with these problems I can not leave netbeans, I really like this IDE and I will like it much more if these problems are solved.
> Thank you, for you are giving continuity to the project.



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