Generate Case Statement Using Autocomplete

Write case and then press 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.

../../_images/vhdl-case-statement-autocomplete.png