在记事本中重新格式化代码++

发布于 2024-12-16 02:24:37 字数 192 浏览 2 评论 0原文

是否有在 Notepad++ 中重新格式化代码的功能(和快捷方式),

例如 CTRL+ Eclipse 中的 SHIFT+F

Is there a function (and shortcut) to reformat code in Notepad++

Like CTRL+SHIFT+F in Eclipse?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

走过海棠暮 2024-12-23 02:24:37

TextFX已经很久没有更新了。更强大的选择是 UniversalIndentGUI。

TextFX hasn't been updated for a long time. A more powerful choice is UniversalIndentGUI.

神爱温柔 2024-12-23 02:24:37

如果您使用 C++,那么您可以使用 TextFX 功能。关于

TextFX->Edit->Reindent C++ code

使用

Settings->Shortcut mapper

快捷方式,您可以随时修改 NPP 的快捷方式,在本例中

Settings->Shortcut mapper->Plugin commands: #141 

go to并将其修改为 CTRL + SHIFT + F

If you are working with C++ then you can use the TextFX features. Go to

TextFX->Edit->Reindent C++ code

And regarding shortcuts you can always modify your shortcuts for NPP by using

Settings->Shortcut mapper

in this case go to

Settings->Shortcut mapper->Plugin commands: #141 

and modify it to CTRL + SHIFT + F.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文