The autocomplete context menu doesn't offer any usefull entries in some situations.
Environment
- Operating System: macOS 10.13.4 (17E202)
- JDK version: 1.8.0_112
- Visual Studio Code version: 1.23.1 (1.23.1)
- Java extension version: 0.26.0
Steps To Reproduce
- instantiate new object, start autocomplete after class name:

- fill in the first argument, then try to autocomplete again on the second argument:

Current Result
Although autocomplete shows "MaterialIcon" als second argument type, suddenly it is all gone, and none-fitting entries (variables) are shown.
Expected Result
The first argument should be the MaterialIcon enum.
Additional Informations
This is a closed sourc project, so I can't share the code.