You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the cursor is in begin or end, the corresponding other side is highlighted.
It doesn't check the case for that, having an enum/localparam/whatever named END or BEGIN, moves everything.
begin
case (fsm)
INIT: begin end
END:begin end
endcase
end
The text was updated successfully, but these errors were encountered:
Describe the bug
When the cursor is in
begin
orend
, the corresponding other side is highlighted.It doesn't check the case for that, having an enum/localparam/whatever named
END
orBEGIN
, moves everything.The text was updated successfully, but these errors were encountered: