如何在 Eclipse 中使用不同的 PHP 格式化程序?
(我认为)与 eclipse helios for PHP - code formatter not available 有关,但使用不同的版本和不同的安装说明 - - 如果它实际上是同一个插件。它似乎被更新并重构为一个插件而不是一个 dropin。不管怎样,
我从这里下载了一个更完整的PHP代码格式化程序:
http://de.sourceforge.jp/projects/pdt-tools/downloads/50253/pdt_tools.formatter_1.0.0.zip/
它采用 .zip 形式,说明通过通常方法:
帮助->添加新软件->存档...
这有效,我在首选项 -> 中看到两个格式化程序PHP->代码风格->格式化程序,但我无法弄清楚如何实际使用新的格式化程序,或者任何迹象表明 Eclipse 正在使用新的格式化程序。我一直在寻找一种方法来删除旧的,或将某些内容切换到新的,或重新绑定 Ctrl+Shift+F 以使用特定的格式化程序,但一直无法获得它......在项目设置中它甚至不显示,只显示工作区设置。 :(
有人知道如何做到这一点吗?谢谢。
This is (I think) related to eclipse helios for PHP - code formatter not available but uses a different version and different install instructions -- if it is in fact the same plugin. It seems to be updated and refactored into a plugin rather than a dropin. Anyway
I downloaded a more complete PHP code formatter from here:
http://de.sourceforge.jp/projects/pdt-tools/downloads/50253/pdt_tools.formatter_1.0.0.zip/
It comes in .zip form and the instructions say to add it via the usual method:
Help -> Add New Software -> Archive...
This worked, and I see two formatters in Preferences -> PHP -> Code Style -> Formatter, but I can't figure out how to actually use the new formatter, or any indication that Eclipse is using the new one. I've looked for a way to remove the old one, or switch something to the new one, or rebind Ctrl+Shift+F to use a specific formatter, but haven't been able to get it... In the project settings it doesn't even show up, only workspace settings. :(
Anyone know how one would do this? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道这是一个老问题,但如果其他人想知道,新版本(pdt_tools.formatter_1.1.0)就像一个魅力。
I know this is an old question, but in case anyone else is wondering, the newer version (pdt_tools.formatter_1.1.0) works like a charm.