使用 Coda 进行编辑
我在我工作的工作室中使用 coda 作为我的文本编辑器/颠覆客户端。我们有许多客户雇用我们重新设计现有网站,这意味着我们必须坚持使用他们现有的文件扩展名。虽然我的 PHP 不需要自动完成或颜色编码器(并且我将大部分代码编写在仅包含在 .html 中的单独文件中),但如果能够在.html 文件。
有什么方法可以在 Coda 解释我正在查看的文件的方式之间进行切换,以便我可以在 HTML 文件中使用自动完成功能和 PHP 的其他功能,或者是否有一个插件可以完成此任务?
I use coda as my text editor/subversion client at the studio I work at. We have many clients who hire us for a redesign of existing websites, meaning we have to stick with their existing file extensions. While I don't have to have an auto complete or color-coder for my PHP (and I write the majority of my code in separate files that are just included in the .html) It would be nice to be able to use it in .html files.
Is there any way to switch between how Coda interprets the file I am looking at, so that I can use auto-complete and the other features for PHP in an HTML file, or is there a plugin that can accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够在 Coda 首选项中添加“自定义语法模式”,以使用“PHP-HTML”语法突出显示来编辑具有“html”扩展名的文件。
You should be able to add a "custom syntax mode" in the Coda preferences to edit files with the "html" extension using "PHP-HTML" syntax highlighting.