[ https://issues.apache.org/jira/browse/NETBEANS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16734397#comment-16734397 ]
Los Vitaly commented on NETBEANS-1773: -------------------------------------- It's related to my report for PHP autocomplete property and method without typing $this->, but only in class context https://issues.apache.org/jira/browse/NETBEANS-1855 Maybe, it's better to close my report, because it's almost identical to third paragraph. Here I just leave a image for better understanding > 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: Blocker > 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 (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