记事本++和 npp 自动缩进

发布于 2024-10-14 23:52:00 字数 93 浏览 1 评论 0原文

我已将 nppautoindent 插件安装到 notepad++ 编辑器中。我没有看到自动缩进效果。我正在使用 PHP。有人可以帮我让它发挥作用吗?

谢谢

I have installed the nppautoindent plugin into the notepad++ editor. I see no autoindenting effect. I am using PHP. Can some one help me get this to work?

Thanks

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

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

发布评论

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

评论(1

挽袖吟 2024-10-21 23:52:00

您使用的是哪个版本的 Notepad++ 和 NPPAutoIndent?我正在使用 Notepad++ 版本 5.8.7 和 NPPAutoIndent 版本 1.2。
我不熟悉该插件的工作方式,但我认为我可以使用自动缩进。

首先,转到“设置”->“首选项”->“其他”,并确保“自动缩进”未勾选。然后转到插件 ->NPPAutoIndent 并确保选择智能缩进。完成后,当我在每行后按回车键时,我会得到这样的缩进:

function test() {
    return "Test";
}

这就是它的样子,否则:

function test() {
return "Test";
}

我希望有所帮助。

What version of Notepad++ and NPPAutoIndent are you using? I'm using Notepad++ version 5.8.7 and NPPAutoIndent version 1.2.
I'm not familiar with the way the plugin is supposed to work but I think I got the autoindenting to work.

First off, go to Settings->Preferences->Misc and ensure that Auto-indent is not ticked. Then go to Plugins->NPPAutoIndent and ensure Smart Indent is selected. Once that is done I get indentation like this when I press Return after each line:

function test() {
    return "Test";
}

This is what it looks like otherwise:

function test() {
return "Test";
}

I hope that helps.

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