Notepad ++可以将其块注释字符放在新行上吗?


1

我已经知道如何使用lang.xml文件自定义NP ++的注释字符。但是,我希望块注释能够在选择之前和之后自动将字符放在新行上。

而不是这个:

/* This is some multiline text. I'm
just using it as an example. */

我希望它能做到这一点:

/*
This is some multiline text. I'm
just using it as an example.
*/
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.