Prevent methods with empty bodies from deletion on save

后端 未结 3 2079
后悔当初
后悔当初 2021-01-18 13:24

It\'s quite a contradictory habit of mine to press Ctrl+S permanently. The negative side is that delphi deletes empty functions/procedures on save.

Is there a way t

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-18 14:00

    Is there a way to prevent IDE from deleting functions/ procedures with empty bodies on save?

    There is no option in the IDE to disable this behaviour.

提交回复
热议问题