2

有什么方法可以使Flash Builder/Flex的自动完成与Flash Develop的智能方式类似(如果不完全相同)拾取你键入的var/method /属性中的模式?Flash Builder/Flex:使Flash Develop的自动完成工作(字符串模式)

举例来说,目前的Flash Builder和Flex的要求你输入字符的字符,你要使用的类名,属性或方法:

/* 
still won't read your mind whether you're looking for URLRequest or URLLoader at 
this point, might even be an UncaughtError perhaps? 
*/ 
var myURL:U... [???] 

但FlashDevelop中的方式,你可以键入部分,它仍然会使你正在试图完成什么样的一些感觉和过滤器的自动完成列表只显示最相关的项目:

/* 
Hurray! Only had to type "UReq" and it automatically picks it up as we expected. 
*/ 
var myURL:UReq... [URLRequest] 
var myURL2:Req... [URLRequest, maybe some other classes...] 
var myURL3:quest... [URLRequest, and maybe some other 'quest' matches...] 

有没有在Flash Builder,Flex或者Eclipse中使用任何插件扩展自动完成功能 这条路?

谢谢!

回答

2

是的,仍然有很多Flash Builder中缺乏的功能。如果你想要另一个IDE,你可能想看看FDT或IntelliJ。或者你也可以看看SourceMate,这是一个非常好的Flash Builder插件,用于添加FB所不需要的功能:)

+1

mmmmmmmmmmmm ....我喜欢我在SourceMate的网站演示视频中看到的内容! :D感谢您的推荐! – bigp

+0

接受这个答案,如果你认为它可以接受:) –