Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
11.1
-
None
Description
Auto-completion is not working inside case body of switch-expression(JDK-12/13)
int b = switch(color)
{ case RED: ^ };
ctrl+space at caret position should show all the possible autocompletion options
Attachments
Issue Links
- is part of
-
NETBEANS-2917 Support for Yield in Switch-Expression for JDK-13
- Closed