.. _Generate Case Statement Using Autocomplete:

Generate Case Statement Using Autocomplete
==========================================

Write **case** and then press :kbd:`Ctrl+Space` and a list with all the available case statements generated for variables of enumerated type will pop-up. You can type the first letters of the variable's name to filter out the list.

.. figure:: ../../images/common/vhdl-case-statement-autocomplete.png
	:align: center
