EmmyLuaCodeStyle icon indicating copy to clipboard operation
EmmyLuaCodeStyle copied to clipboard

增加配置: remove_if_condition_parentheses

Open alkene5 opened this issue 9 months ago • 2 comments

if (a and b) then ...
⬇️
if a and b then ...

alkene5 avatar Jun 18 '25 11:06 alkene5

当前该项目并非处于积极维护的状态, 我的全部空余时间都在语言服务器项目上, 所以只能你自己尝试实现这个特性

CppCXY avatar Jun 18 '25 11:06 CppCXY

了解

alkene5 avatar Jun 18 '25 11:06 alkene5