javavscode
javavscode copied to clipboard
Autocompletion in a module descriptor repeats what's already typed
With the following content, and the cursor at the end of the requires line, do auto-completion:
module foo {
requires java.net.ht
}
Actual: requires java.net.java.net.http
Expected: requires java.net.http