vscode-java: Autocompletion sometimes not working for method reference
Environment
- Operating System: Windows 10 Build 18362
- JDK version: 12
- Visual Studio Code version: 1.37.1
- Java extension version: 0.47.0
Steps To Reproduce
- Pick a suggested method by hitting enter
- Try to get a list of suggested method references
Current Result
Expected Result
If forEach(
gets written out manually (without hitting enter on the autocomplete suggestion), autocompletion for method references works.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 16 (5 by maintainers)
Commits related to this issue
- Project init - Example for issue [#1034](https://github.com/redhat-developer/vscode-java/issues/1034) of vscode-java extension — committed to JoseLion/webflux-playground by JoseLion 4 years ago
@snjeza @fbricon any news around this issue? To be honest, it has become very difficult to use “method reference” in VSCode as autocomplete breaks in the whole chain once a method reference is used:
I hope this can be fixed soon. Also, I’ll be happy to help out if you point me in the right direction. 🙂
Closing it. Feel free to reopen if this issue is still not solved.