Add Case Choice

A warning is triggered when a case statement is missing a case alternative.

../../_images/vhdl_quick_fix_add_case_choice_others_list.png

Place the editor cursor on the warning line and press Ctrl+1, select Add case choice … from the list of quick fix proposals and press Enter.

The missing case alternative is added at the end of the case construct.

../../_images/vhdl_quick_fix_add_case_choice_others_after.png