Formatting code in Notepad++

后端 未结 14 1815
无人及你
无人及你 2020-11-29 17:05

Is there a keyboard shortcut to format code in Notepad++ ?
I\'m mainly working with HTML, CSS and Python code.

For example:



        
14条回答
  •  借酒劲吻你
    2020-11-29 17:45

    NPP+ v7.9.1 with the latest version of XMLTools can't format exported VBA code from Office 2016/2019 Word. It puts all the code on the same line since it strips the CRLF out. Moreover, when you enable "auto validation" it errors out on the first VBA line that is, Attribute VB_Name = "The VBA module name". So any of the xml tool validations apparently can't be used for VBA validation.

提交回复
热议问题