Hi,
I’m currently using ST for coding some VHDL and I was wondering is there a setting I could add to easily see the if/endif matching just like the package bracket highlighter work for general C?
Thank you!
//**//
if (rising_edge(CLK)) then
if (ARESET =‘1’) then
else
if (rise) then
if (count length)
then valid <= '1';
else valid <= '0';
end if;
--
mem <='1';
end if;
end if;
end if;