记事本中的 PHP 语法检查++

发布于 2024-11-03 18:57:50 字数 65 浏览 1 评论 0原文

notepad++ 是否有一个插件,允许通过编译器运行文件以进行简单的语法检查?比如抓失踪;或不匹配的大括号计数等?

is there a plugin for notepad++ that allows for files to be run through a compiler for simple syntax checking? such as to catch missing ; or or non-matching brace counts, etc.?

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

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

发布评论

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

评论(2

南薇 2024-11-10 18:57:50

我自己没有测试过,但您应该能够使用运行命令 (F5) 和 PHP 的 Windows 二进制文件来完成此操作。

您最可能需要的命令如下:

cmd /K c:\path\to\php.exe -l $(FULL_CURRENT_PATH)

Not tested myself, but you should be able to do this with the Run Command (F5) and a windows binary of PHP.

The command you most likely would want is as follows:

cmd /K c:\path\to\php.exe -l $(FULL_CURRENT_PATH)

最好是你 2024-11-10 18:57:50

我不这么认为。使用 Netbeans PHP。这很棒。自从我切换到它之后我就没有回头

I don't think so. Use Netbeans PHP. It's great. I haven't looked back since I switched to it

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