Jan Lahoda
Jan Lahoda
FWIW, there is: https://github.com/apache/netbeans/pull/8515 At the same time, I guess I don't quite understand why having typed `System.er`, invoking code completion, selecting `err` in the code completion and pressing `.`...
So, if I open a Maven test, go to the `RUN AND DEBUG` tab, and press `Run and Debug`, it works for me before this change, but not after it....
Unless there are objections, I would like to merge this in a few days. Thanks!
> @lahodaj have any tests run on this? Showing as still needing approval. Right. I've approved the workflow. Tests ran on the previous iteration (which is invisible/hard to find, due...
Seems sensible to me. Please note that there was a test in `java.lsp.server` failing - I've restarted the test, so we'll see. @sdedic - please let us know if you...
@Achal1607 , I think what @mbien means is that it would be cleaner if the commit message just said "Refactored configuration management for LSP module", and didn't include these details:...
Not sure what @dbalek thinks here, but thinking of this for a bit: I am not sure that forcing the same list of commit characters on all completion items is...
Going back to this - thinking of this more, the actual commit characters sent out from the server should probably be an intersection between the commit characters requested by the...
I was digging a little bit more on how this works in NetBeans, and it turns out that whatever is in the settings is used unconditionally for all completion items,...
FWIW, the existing filter is here: https://github.com/apache/netbeans/blob/cd3f7299071d4753b1c4999d87db77eb8a64a04f/java/java.editor/src/org/netbeans/modules/editor/java/JavaCompletionItem.java#L311