Qian Gu

Results 2 issues of Qian Gu

Can you attach an example that shows the issue? (Must be openly licensed, ideally in test_regress format.) ```systemverilog typedef struct packed { logic [31:0] araddr; logic [7 : 0] arid;...

status: ready

**Expected behavior:** Change filetype detection into whole word match, the default wildcard way doesn't support overwriting in language like `foo` and `foobar`. For example, I have extended a `systemverilog.snippets` from...