Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用CodeLite IDE 进行 C++ 开发,但我没有找到任何方法来选择 -> 正确格式化文本。
这个:
if(1 == 1){ return 1; }
应格式化为:
有没有办法选择一段代码,然后使用 CodeLite IDE 对其进行格式化?
转到菜单插件→源代码格式化程序→格式化当前源或只需按Ctrl+ I。
如果要设置格式首选项,请选择菜单插件→源代码格式化程序→选项...