Highlight arguments in function body in vim

后端 未结 2 1858
借酒劲吻你
借酒劲吻你 2021-01-31 07:44

A little something that could be borrowed from IDEs. So the idea would be to highlight function arguments (and maybe scoped variable names) inside function bodies. This is the d

2条回答
  •  我在风中等你
    2021-01-31 08:09

    One possible solution can be found here. Not the best way because it highlights every occurrence in the whole file and you have to give the command every time (probably the second one can be avoided, don't know about the first). Give it a look though.

提交回复
热议问题