Flash Builder 4 中的快速修复 (CTRL+1)
Flash Builder 4 中快速修复的目的是什么?我尝试使用它来自动创建事件侦听器函数、类方法或属性、局部变量等,但这些都不起作用。这个功能只存在于FDT中吗?如果是这样,快速修复在 FB4 中有何作用?
例如:
myEventDispatcher.addEventListener(SomeEvent.EVENT_TYPE, myEventHandlerFunction);
使用 FDT,我会突出显示“myEventHandlerFunction”,按 CTRL+1,然后会出现一个菜单,其中包含多个修复选项,第一个是在“MyClass”类中创建事件侦听器“myEventHandlerFunction”
但是在 FB4 中按 CTRL+1 或什至从右键单击菜单中选择快速修复不会执行任何操作。
What is the purpose of quick fix in Flash Builder 4? I have tried using it to auto create event listener functions, class methods or properties, local variables etc but none of these work. Does this functionality only exist in FDT? If so what does quick fix do in FB4?
For example:
myEventDispatcher.addEventListener(SomeEvent.EVENT_TYPE, myEventHandlerFunction);
Using FDT, I would highlight "myEventHandlerFunction", press CTRL+1 and a menu appears with several fix options, the first being create event listener "myEventHandlerFunction" in class "MyClass"
However in FB4 pressing CTRL+1 or even selecting quick fix from the right click menu doesn't do anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是 FDT 独有的功能!
这是我使用 FDT 而不是其他工具的最大原因之一。快速修复摇滚!
Yes, this is an FDT only Feature!
It's one of the biggest reasons for me to use FDT over any other tool. Quick Fixes rock!!