有办法重新缩进一个代码块吗?我正在寻找类似于Eclipse中的Ctrl+Shift+F(自动格式化/缩进)。

明确一点,

我已经知道如何在notepad++之外格式化XML (Eclipse运行良好,如上所述),所以我不需要一堆指向其他XML格式化工具的链接。 我特别使用XML和HTML。 理想情况下,有一个与Eclipse中的键绑定一样方便的键绑定,所以我不必中断我的工作流程。

我已经知道NppAutoIndent -它不会工作,因为我正在使用XML, HTML和CSS。


当前回答

只需安装最新的记事本++和安装缩进按折叠。在菜单栏上选择Plugins -> Plugins Admin并选择缩进按折叠和安装。最好的作品

其他回答

算不上解决方案,不过是个变通办法。

默认情况下,notepad++不提供任何此类特性。但是你可以使用一些在线工具来自动格式化文本,比如https://www.freeformatter.com/xml-formatter.html。

对于那些不知道的人,npp有很多插件和其他项目的支持。你可以从SourceForge下载这些插件。

你需要XML工具在n++中格式化你的文本

下载XML工具后..

出境+记事本

转到C:\Program File\ notepad++ ....你的n++安装文件夹。

将你从xml工具下载到npp根文件夹的文件放在下面

转到..\插件子文件夹和地方下面下载的文件

重新开始享受吧!!

按ctrl+alt+shft+b格式。

我必须更新插件->插件管理器->显示插件管理器->设置下的代理设置,以便在“可用”列表中看到任何插件。

在此之后,安装“XML Tools”就很容易了,并完成了如上所述的要求的工作。

只需安装最新的记事本++和安装缩进按折叠。在菜单栏上选择Plugins -> Plugins Admin并选择缩进按折叠和安装。最好的作品

这是我第三次安装Windows和npp,过了一段时间,我意识到整理功能不再工作。所以我谷歌为一个解决方案,来到这个线程,然后在几个线程的帮助下,我终于修复了它。我要把我所有的行为都总结一下。

Install TextFX plugin: Plugins -> Plugin Manager -> Show Plugin Manager. Select TextFX Characters and install. After a restart of npp, the menu 'TextFX' should be visible. (credits: @remipod). Install libtidy.dll by pasting the Config folder from an old npp package: Follow instructions in this answer. After having a Config folder in your latest npp installation destination (typically C:\Program Files (x86)\Notepad++\plugins), npp needs write access to that folder. Right click Config folder -> Properties -> Security tab -> select Users, click Edit -> check Full control to allow read/write access. Note that you need administrator privileges to do that. Restart npp and verify TextFX -> TextFX HTML Tidy -> Tidy: Reindent XML works.