Jan Lahoda
Jan Lahoda
Recently, I've added the self sampler for long completion. But, turns out there may be multiple samplers running in parallel, causing havoc. This patch attempts to only run one sampler,...
@jtulach reported the code completion inside VS Code is sometimes slow for him. I was thinking of that, and experimenting, and I think at least part of the problem is...
### Apache NetBeans version Apache NetBeans latest daily build ### What happened As noted in: https://github.com/apache/netbeans/pull/7491#issuecomment-2391587885 ```java /// /// @param str /// public static void foo(String str, int i) {}...
This is a current patch for module imports declarations, second preview. At least the JEP number and preview revision will need to be updated in `jdk.internal.javac.PreviewFeature.Feature`, but otherwise I believe...