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 2dc2800e2f6b30d02899aba0ce96e250c2c21545 Merge: a1c5fec82f1 1baf2f4409c Author: Jan Lahoda <[email protected]> AuthorDate: Fri Feb 6 11:09:46 2026 +0100 Merge pull request #9062 from shivam71/cmd_fix_imports Expose Fix Imports command to LSP Clients .../java/editor/imports/JavaFixAllImports.java | 8 +- .../lsp/server/protocol/FixImportsCodeAction.java | 184 ++++++++++++++++++ .../java/lsp/server/protocol/ui/FixImports.html | 56 ++++++ .../java/lsp/server/protocol/ui/fixImports.css | 209 +++++++++++++++++++++ .../java/lsp/server/protocol/ServerTest.java | 76 ++++++++ 5 files changed, 529 insertions(+), 4 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
