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

接受這個答案,如果你認爲它可以接受:) –