PythonYunfei
PythonYunfei
 ``` AHK #Include *i 321 #Include *i *321 ``` 上面两行代码的对应“文件”均不存在,但均能正常运行。 故建议箭头处第二行代码也能像第一行代码一样,不显示警告。
目前两款能高亮`TODO`的插件均已停更一年多,大量bug未修:  故希望能为插件支持识别的`Tag`提供高亮选项。如果取消某类tag的高亮(默认为取消状态),则跟原先颜色(即comment颜色)相同。
```ahk fff(){ } fff2(){ if false{ return unset }else{ } } class fff3 { xxx=>unset } x:=fff() x:=fff2() x:=fff3().xxx ``` According to the #221, `return` or `return unset` or `=>unset`...
For V2.1 alpha, it should not still warn when a method or function or dynamic property is explicitly followed by `?` or `??` or `?.`+`?`/`??` ```ahk class VMRError extends Error...