Does the Dart language server support code completion for switch statement?
I am asking about the Dart extension for VS Code.
In the switch statement, I want to get a suggestion (autocompletion) for the case keyword. I get one for the first case in the switch, but not for subsequent ones. I also don't get a suggestion for the default keyword after cases.
I get the impression that this feature is not implemented.
Maybe I am wrong and I am doing something wrong?
How can I determine what the problem is?

I assume that the interactive development environment's reaction to my actions will be something like this.
