Closed iamqiz closed 2 years ago
for example code is:
# the func is used to xxxxxx # ggggg # yyyy def aaaa(){ }
pattern to match func is : ^def\s+.* i want to show "xxxxxx" from comment line instead of func name "aaaa" how to do it ? thanks!
Should be handled the same way as #73
for example code is:
pattern to match func is : ^def\s+.* i want to show "xxxxxx" from comment line instead of func name "aaaa" how to do it ? thanks!