.. _Add Case Choice:

Add Case Choice
===============

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

.. figure:: ../../images/common/vhdl_quick_fix_add_case_choice_others_list.png
	:align: center

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

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

.. figure:: ../../images/common/vhdl_quick_fix_add_case_choice_others_after.png
	:align: center



