Just wanted to know if I am the only one having problems with JSnippet. When I try to get auto completion results by pressing ctrl+space, the list of suggestions appears behind the main windows.
Besides, it only works for the first level, for example:
Myclass. << shows suggestions correctly
Myclass.getXYZ(). << does not display the list
Hi there,
I tested this on Windows and macOS and the autocomplete does not work from second level onward.
Tried to understand why by debugging the JavaSnippet code but I was not able to find what is causing the problem. I suspected KnimeCompletionProvider but I found nothing there…
Please let me know if you have found the solution (or at least what’s causing the problem)