I20250504-0750
eg. `import` should not be suggested as a completion at the `|`:
```java
imp|
package dev.datho7561.utils;
public class HelloWorld {
}
```
Fixes #3799
Signed-off-by: David Thompson <davthomp@redhat.com>
eg. `import` should not be suggested as a completion at the `|`:
```java
imp|
package dev.datho7561.utils;
public class HelloWorld {
}
```
Fixes #3799
Signed-off-by: David Thompson <davthomp@redhat.com>