This is an automated email from the ASF dual-hosted git repository.
dbalek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 788ba1f725 Merge pull request #5866 from juneau001/NETBEANS-4035
add ff991ea5d2 VSCode: Completion for annonymous inner classes improved.
(#5981)
No new revisions were added by this update.
Summary of changes:
ide/api.lsp/apichanges.xml | 13 +++
ide/api.lsp/manifest.mf | 2 +-
.../src/org/netbeans/api/lsp/Completion.java | 20 ++++-
.../netbeans/modules/lsp/CompletionAccessor.java | 3 +-
.../org/netbeans/spi/lsp/CompletionCollector.java | 14 +++-
java/java.editor/nbproject/project.xml | 2 +-
.../editor/java/JavaCompletionCollector.java | 33 +++++---
java/java.lsp.server/nbproject/project.xml | 2 +-
.../ImplementAllAbstractMethodsAction.java | 93 ++++++++++++++++++++++
.../server/protocol/TextDocumentServiceImpl.java | 4 +
java/java.lsp.server/vscode/src/extension.ts | 7 ++
11 files changed, 171 insertions(+), 22 deletions(-)
create mode 100644
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/ImplementAllAbstractMethodsAction.java
---------------------------------------------------------------------
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