Marcos Vinicius Soares Souza created NETBEANS-1773:
------------------------------------------------------

             Summary: autocomplete improving
                 Key: NETBEANS-1773
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1773
             Project: NetBeans
          Issue Type: Improvement
          Components: php - Editor
    Affects Versions: 9.0, 8.2
            Reporter: Marcos Vinicius Soares Souza


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
(v7.6.3#76005)

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