netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

LSP: Html4J UI modified work over LSP.

Open dbalek opened this issue 3 years ago • 3 comments

An attempt to rewrite html4j based refactoring UI for VSCode to work over LSP.

dbalek avatar Apr 27 '22 16:04 dbalek

With be02cff one should be able to stop the Java execution before sending a message to VSCode:

image

And just by setting pause = true in the evaluation window the execution will then stop in chrome dev tools in VSCode:

image

jtulach avatar May 31 '22 15:05 jtulach

The Change Refactoring UI seems to be working with generic and ko4j modules from https://github.com/apache/netbeans-html4j/commit/f031ed4df296ac3213dca79a32d4737c2bcbab26 - I'll prepare a release 1.8.1.

JaroslavTulach avatar Jul 04 '22 18:07 JaroslavTulach

HTML/Java 1.8.1 is available on Maven central. @dbalek please replace 6c9ab9a with proper external binaries. I hope this will make it into NetBeans 15.

jtulach avatar Jul 14 '22 05:07 jtulach