如何将 Moose 集成到 Komodo 中?
ActiveState 的 Komodo 是我在 OS X 和 XP 上首选的 Perl IDE。 最近,我开始使用 Moose 编写新项目。
有没有人找到一种方法来教 Komodo 如何“识别”Moose 的属性和方法声明? 我很想在 Komodo 的“代码浏览器/代码资源管理器”中看到 Moose 支持。
ActiveState's Komodo is my preferred Perl IDE on OS X and XP. Recently I've begun coding new projects using Moose.
Has anyone found a way to teach Komodo how to "identify" Moose's Attribute and Method declarations? I would just love to see Moose-Support in the "Code Browser/Code Explorer" of Komodo.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 activestate 的支持论坛上搜索我发现,Komodo 有自己的语法描述语言,称为 “Luddite”,用于描述 Komodo 支持的“用户定义”编程语言的语法突出显示和其他规则。
甚至还有一个 Luddite PHP 使用示例 .. 以及一些“编译和安装“ 指示。
我想现在的问题是:
有人为 Komodo 开发过 Moose-UDL/Luddite 扩展吗?
Searching around on activestate's support forums I found, that Komodo has it's own syntax-description language, called "Luddite", that is used to describe syntax highlighting and other rules for the "user defined" programming languages Komodo supports.
There is even a Luddite usage example on PHP .. and some "Compiling and Installing" instructions.
I guess the question now is:
Has anyone worked on a Moose-UDL/Luddite extension for Komodo?
作为参考,PerlySense 有一个 Moose 语法插件 用于理解 Perl 的方言。 它使用普通的 PPI 文档来查找 Moose 结构。
As a point of reference, PerlySense has a Moose syntax plugin for understanding that dialect of Perl. It uses the normal PPI document to look for Moose constructs.