Skip to content

Conversation

@donlon
Copy link

@donlon donlon commented Nov 8, 2025

Hi, thank you for this cool plugin! It has been a great help to my work.
I made a fix that a missing space is added in this completion.

always_ff @(posedge clk or negedge rst_n) begin : proc_
    if(~rst_n) begin
//    ^ space is added here
         <= 0;
    end else begin

    end
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant