Chen Bin

Results 87 issues of Chen Bin

as title. useful when you want to check a function call with multi-line. It's also better to support wgrep.

enhancement

try some big project like linux kernel source

https://emacs.stackexchange.com/questions/47948/does-ctags-know-about-the-type-of-a-data-member-in-a-class/47981#47981

sometimes I need check the build and pre-process flags. this should be possible even when the compiling fails. and the content should be placed in kill-ring and clipboard automatically.

enhancement

See https://github.com/redguardtoo/evil-matchit/issues/74 , it's not verilog only problem, any C like language has same issue. Verilog's `begin` and `end` is like `{` and `}` in C: - see https://www.verilog.com/VerilogBNF.html#REF100 for...

For example, ```javascript const c = Styled(abcde)` color: red; `