This is an automated email from the ASF dual-hosted git repository. jlahoda pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit c4f4f73bc190c716e0ae81c16c8508a9436cafb3 Merge: 1f315f9101c 105eea1c696 Author: Jan Lahoda <[email protected]> AuthorDate: Thu Apr 17 15:15:01 2025 +0200 Merge pull request #6053 from lahodaj/inline-hints-vscode Adding inlay hints in the VS Code extension. ide/api.lsp/apichanges.xml | 13 +++ ide/api.lsp/manifest.mf | 2 +- .../src/org/netbeans/api/lsp/InlayHint.java | 60 ++++++++++ .../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, 555 insertions(+), 43 deletions(-) --------------------------------------------------------------------- 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
