1.6 Add end-of-line comment independent switch for call,new,ref | 增加行末调用,new,引用注释独立开关

This commit is contained in:
林万程
2022-03-01 00:47:19 +08:00
parent 4789827a8b
commit 7843ab2421
7 changed files with 72 additions and 9 deletions

View File

@@ -23,4 +23,5 @@ Change Log:
- 1.2 Add end-of-line comment class prefix filter settings | 添加行末注释类前缀过滤配置
- 1.3 support class in tree, constructor and field type in line end | 支持 class 树节点、构造方法和字段的行末注释
- 1.4 Find element right to left for end-of-line comment | 从右往左查找行末注释对象
- 1.5 Support find next loop when not comment | 支持没有注释时循环查找下一个对象
- 1.5 Support find next loop when not comment | 支持没有注释时循环查找下一个对象
- 1.6 Add end-of-line comment independent switch for call,new,ref | 增加行末调用new引用注释独立开关