自动完成功能在 Textmate 的 Flex Bundle 中不起作用。我该如何修复?
我的头脑非常顽固,并决定在我的动作脚本和 Flex 项目中对 Textmate 进行一次扎实的尝试。该捆绑包的工作还有些欠缺,但迄今为止所开发的内容相当出色。
我遇到了一些小问题,但能够解决它们并将事情设置得很好,并且我已经深入研究并开始自定义片段以满足我的需求。
我无法修复、找出或找到直接答案的一件事是关于使用 MXML 文件。 Actionscript 文件的自动完成似乎工作得很好,但当我在 MXML 文件的脚本块内编辑 Actionscript 时,我似乎没有得到相同的结果。
我希望一直使用 Textmate 的人可以通过我的方式提供一些建议来帮助解决问题。如果我在动作脚本代码块中并点击(选项+esc),我会收到“没有可用的完成”消息。
I am being very hard headed and determined that I am going to give Textmate a solid try for my actionscript and flex projects. Work on the bundle has been a little lacking but what has been developed so far is pretty great.
I have run into some slight issues but able to figure them out and get things set up pretty well and I have already dug in and started customizing the snippets to suit my needs.
One thing that I have not been able to fix, figure out or find a straight answer for is regarding working with MXML files. AutoComplete for Actionscript files seems to work great but I don't seem to get the same result when I am editing Actionscript inside the script block in a MXML file.
I am hoping that someone that uses Textmate all the time could through some suggestions my way to help track down the issue. If I am in the actionscript code block and hit (option + esc) I get "no completion available" message.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因此,我在 textmate 邮件列表上发布了这个“问题”,并收到了 Flex 捆绑包创建者的回复。 Simon 基本上告诉我,他还没有为 flex mxml 脚本块启用自动完成功能。很高兴知道我的狗屎没有坏,他提供了以下解决方案,以便自动完成可以在 mxml 脚本块中工作。
So I posted this "issue" on the textmate mailing list and I heard back from the creator of the flex bundle. Simon basically told me that he had not enabled autocomplete feature to the flex mxml script blocks yet. This is good to know that my shit wasn't broke and he offered the following solution so that auto complete will work in mxml script blocks.