This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 52f336321a Merge pull request #7523 from
dbalek/dbalek/micronaut-symbols-fix
add bea46d4f58 Let lsp.client display completions provided by
CompletionCollector
add 82c931145c Avoid bridging to LSP API when there is real
CompletionProvider registered
add 842af8cfca Make sure completion in TypeScript files continues to work
add 5ae1711941 Only avoid bridging to LSP API when a provider is
registered explictly for given MIME type
add c1a4e8ec4a Removing TOOLTIP_QUERY_TYPE support for now
new edbfccde3a #7505: Let lsp.client display completions provided by
CompletionCollector
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../client/bindings/AbstractCompletionItem.java | 220 +++++++++++++++++++++
.../client/bindings/CompletionProviderImpl.java | 199 +------------------
.../modules/lsp/client/bindings/Icons.java | 2 +-
.../lsp/client/bindings/LspCompletionItem.java | 138 +++++++++++++
.../client/bindings/LspCompletionProviderImpl.java | 177 +++++++++++++++++
5 files changed, 546 insertions(+), 190 deletions(-)
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/AbstractCompletionItem.java
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/LspCompletionItem.java
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/LspCompletionProviderImpl.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