This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Description
I found a bug with Java completion items that are not showing up using intellicode. They do show up after editing the function name, but not when using the "." (See video). I did verify that if I disabled the intellicode extension, it worked properly.
Product and Version [VS/VSCode]: VSCode 1.42.0-insider (Commit: 5dcf2c96b6562b3aa879dbb455de4b58e17cb804)
OS Version [macOS/Windows]: Windows_NT x64 10.0.19546
IntelliCode Extension Version: 1.2.4
Target Platform or Language [e.g. Node.js]: Java
Steps to Reproduce / Scenario:
- Use Spring Boot
JdbcTemplate (org.springframework.jdbc.core.JdbcTemplate) variable
- Try find the
update() functions bring pressing "." after the variable name.
