This is an automated email from the ASF dual-hosted git repository.

jlahoda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from 1f315f9101c Merge pull request #8430 from ebarboni/spec-versions-nb270
     add 105eea1c696 Adding inlay hints in the VS Code extension.
     new c4f4f73bc19 Merge pull request #6053 from lahodaj/inline-hints-vscode

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:
 ide/api.lsp/apichanges.xml                         |  13 +++
 ide/api.lsp/manifest.mf                            |   2 +-
 .../src/org/netbeans/api/lsp/InlayHint.java        |  48 ++++----
 .../org/netbeans/spi/lsp/InlayHintsProvider.java   | 112 +++++++++++++++++++
 .../base/semantic/SemanticHighlighterBase.java     |  85 +++++++-------
 .../editor/semantic/InlayHintsProviderImpl.java    | 111 +++++++++++++++++++
 .../netbeans/modules/java/lsp/server/Utils.java    |  13 +++
 .../modules/java/lsp/server/protocol/Server.java   |   2 +
 .../server/protocol/TextDocumentServiceImpl.java   |  63 +++++++++++
 .../java/lsp/server/protocol/ServerTest.java       | 123 +++++++++++++++++++++
 java/java.lsp.server/vscode/package.json           |  14 +++
 11 files changed, 524 insertions(+), 62 deletions(-)
 copy 
groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/api/elements/CommentElement.java
 => ide/api.lsp/src/org/netbeans/api/lsp/InlayHint.java (57%)
 create mode 100644 ide/api.lsp/src/org/netbeans/spi/lsp/InlayHintsProvider.java
 create mode 100644 
java/java.editor/src/org/netbeans/modules/java/editor/semantic/InlayHintsProviderImpl.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

Reply via email to