Autocompletion sometimes not working for method reference
See original GitHub issueEnvironment
- 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.
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
Eclipse autocomplete not working - Stack Overflow
The solution is not to tick/untick some stuff under Windows->Preferences->...->Content Assist-> Advanced. I checked if "ctrl+space" is hijacked by some other ...
Read more >Eclipse doesn't autocomplete and find references anymore
Try this: Go to Preferences » Java » Editor » Content Assist » Advanced. Make sure Other Java Proposals is ticked/checked. If that...
Read more >Code completion not working in 10.2 | Apple Developer Forums
I've turned auto-complete on and off - and still nothing. Other projects work, but there is no indication why this specific project keeps...
Read more >Auto-Complete may not work - Office | Microsoft Learn
Describes an issue in which the Auto-Complete feature may not work when you type text in a cell in Microsoft Excel.
Read more >IntelliSense in Visual Studio Code
This can be caused by a variety of reasons. First, try restarting VS Code. If the problem persists, consult the language extension's documentation....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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. 🙂
@snjeza @fbricon this seems to be solved now! I think this can be closed, at least from my side 🙂