Hide/fold/dim arbitrary lines of code by regex (e.g. to hide logging)

前端 未结 0 392
时光取名叫无心
时光取名叫无心 2020-12-23 19:07

There is a lot of logging in my C++ project. The logging is done via a log stream and the log lines have the following format:

APP_LOG_XXX() << ... ;


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题