tmysik commented on a change in pull request #3448:
URL: https://github.com/apache/netbeans/pull/3448#discussion_r783591508
##########
File path:
php/php.editor/src/org/netbeans/modules/php/editor/completion/PHPCodeCompletion.java
##########
@@ -360,7 +361,7 @@ public CodeCompletionResult complete(CodeCompletionContext
completionContext) {
switch (context) {
case DEFAULT_PARAMETER_VALUE:
final CaseInsensitivePrefix nameKindPrefix =
NameKind.caseInsensitivePrefix(request.prefix);
- autoCompleteKeywords(completionResult, request,
Arrays.asList("array")); //NOI18N
+ autoCompleteKeywords(completionResult, request,
Arrays.asList("array", "new")); //NOI18N
Review comment:
No problem either, it is this way for years :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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