是否有支持自动完成和步入调试的FLASH编辑器?

时间:2022-05-11 18:54:16

I'm considering using Flash but I'm pretty addicted to autocomplete and Step-at-a-time debugging.

我正在考虑使用Flash,但我非常沉迷于自动完成和一步一步的调试。

7 个解决方案

#1


3  

By using Eclipse with the ActionScript plugin you get full code hinting in the same format that you do with intellisense.

通过将Eclipse与ActionScript插件一起使用,您可以使用与智能感知相同的格式获得完整的代码提示。

Or you can use FlashDevelop that has both intellisense and can debug (trace) your code.

或者您可以使用具有智能感知功能并可以调试(跟踪)代码的FlashDevelop。

#2


0  

If you mean ActionScript I once heard that PrimalScript will do Intellisense. Never tested it though. As for debugging, MAYBE, PrimalScope will have that too. I'd recommend you try before you buy, though. (They both have trials.)

如果你的意思是ActionScript我曾经听说过PrimalScript会做Intellisense。从来没有测试过它。至于调试,MAYBE,PrimalScope也会有。不过,我建议你在购买之前尝试一下。 (他们都有试验。)

#3


0  

FDT is a plugin for Eclipse which many say (including myself) is the best editor when it comes to writing actionscript. FDT supports as2 & as3, including the new apis from Flash player 10. I haven't used Visual Studio myself but i'm guessing it's pretty much the same regarding intellisense (all versions of FDT). FDT Enterprise also supports debugging including breakpoints and stepping through your code (= not just trace).

FDT是Eclipse的插件,许多人说(包括我自己)在编写动作脚本时是最好的编辑器。 FDT支持as2和as3,包括来自Flash播放器10的新api。我自己没有使用过Visual Studio,但我猜它在intellisense(所有版本的FDT)上几乎相同。 FDT Enterprise还支持调试,包括断点和单步执行代码(=不仅仅是跟踪)。

http://fdt.powerflasher.com/

#4


0  

Both FlexBuilder and Flash CS3 have autocompletion and debuggers that can step through code one line at a time. Both can be used to develop in pure ActionScript (i.e. FlexBuilder isn't just for writing Flex applications).

FlexBuilder和Flash CS3都具有自动完成和调试器,可以一次一行地执行代码。两者都可以用于纯ActionScript开发(即FlexBuilder不仅仅用于编写Flex应用程序)。

#5


0  

it will be cool to have autocompletion in flash CS3 like the one that comes with eclipse for java (with hints, hierarchies , implementation, autoimports for clases etc . .), i dont know why everyone wants to separate the code from graphical editor , when thats the best part of flash , anyway i always recommend to stay with eclipse since it is very robust and its available for a lot of languages so in case you need to learn other language you already know the IDE and how to use autocompletion.

在Flash CS3中使用自动完成功能会很酷,就像java中带有eclipse的那样(有提示,层次结构,实现,自动导入等等),我不知道为什么每个人都希望将代码与图形编辑器分开,当时这是flash的最佳部分,无论如何我总是建议继续使用eclipse,因为它非常强大并且可以用于很多语言,所以如果你需要学习其他语言你已经知道IDE以及如何使用自动完成。

#6


0  

FlashDevelop is a lightweight Flash editor but it doesn't have a debugger. But FlexBuilder is a much popular and full-featured.

FlashDevelop是一个轻量级的Flash编辑器,但它没有调试器。但FlexBuilder非常受欢迎且功能齐全。

#7


0  

Adobe has said that the next version of Flash (CS5) will have a lot of coding improvements, including code hinting, auto-complete, and auto-import for custom classes. But whether it will pull even with Eclipse and FlashDevelop is still an open question.

Adobe已经表示,下一版本的Flash(CS5)将有很多编码改进,包括代码提示,自动完成和自定义类的自动导入。但是,即使使用Eclipse和FlashDevelop,它是否仍然是一个悬而未决的问题。

#1


3  

By using Eclipse with the ActionScript plugin you get full code hinting in the same format that you do with intellisense.

通过将Eclipse与ActionScript插件一起使用,您可以使用与智能感知相同的格式获得完整的代码提示。

Or you can use FlashDevelop that has both intellisense and can debug (trace) your code.

或者您可以使用具有智能感知功能并可以调试(跟踪)代码的FlashDevelop。

#2


0  

If you mean ActionScript I once heard that PrimalScript will do Intellisense. Never tested it though. As for debugging, MAYBE, PrimalScope will have that too. I'd recommend you try before you buy, though. (They both have trials.)

如果你的意思是ActionScript我曾经听说过PrimalScript会做Intellisense。从来没有测试过它。至于调试,MAYBE,PrimalScope也会有。不过,我建议你在购买之前尝试一下。 (他们都有试验。)

#3


0  

FDT is a plugin for Eclipse which many say (including myself) is the best editor when it comes to writing actionscript. FDT supports as2 & as3, including the new apis from Flash player 10. I haven't used Visual Studio myself but i'm guessing it's pretty much the same regarding intellisense (all versions of FDT). FDT Enterprise also supports debugging including breakpoints and stepping through your code (= not just trace).

FDT是Eclipse的插件,许多人说(包括我自己)在编写动作脚本时是最好的编辑器。 FDT支持as2和as3,包括来自Flash播放器10的新api。我自己没有使用过Visual Studio,但我猜它在intellisense(所有版本的FDT)上几乎相同。 FDT Enterprise还支持调试,包括断点和单步执行代码(=不仅仅是跟踪)。

http://fdt.powerflasher.com/

#4


0  

Both FlexBuilder and Flash CS3 have autocompletion and debuggers that can step through code one line at a time. Both can be used to develop in pure ActionScript (i.e. FlexBuilder isn't just for writing Flex applications).

FlexBuilder和Flash CS3都具有自动完成和调试器,可以一次一行地执行代码。两者都可以用于纯ActionScript开发(即FlexBuilder不仅仅用于编写Flex应用程序)。

#5


0  

it will be cool to have autocompletion in flash CS3 like the one that comes with eclipse for java (with hints, hierarchies , implementation, autoimports for clases etc . .), i dont know why everyone wants to separate the code from graphical editor , when thats the best part of flash , anyway i always recommend to stay with eclipse since it is very robust and its available for a lot of languages so in case you need to learn other language you already know the IDE and how to use autocompletion.

在Flash CS3中使用自动完成功能会很酷,就像java中带有eclipse的那样(有提示,层次结构,实现,自动导入等等),我不知道为什么每个人都希望将代码与图形编辑器分开,当时这是flash的最佳部分,无论如何我总是建议继续使用eclipse,因为它非常强大并且可以用于很多语言,所以如果你需要学习其他语言你已经知道IDE以及如何使用自动完成。

#6


0  

FlashDevelop is a lightweight Flash editor but it doesn't have a debugger. But FlexBuilder is a much popular and full-featured.

FlashDevelop是一个轻量级的Flash编辑器,但它没有调试器。但FlexBuilder非常受欢迎且功能齐全。

#7


0  

Adobe has said that the next version of Flash (CS5) will have a lot of coding improvements, including code hinting, auto-complete, and auto-import for custom classes. But whether it will pull even with Eclipse and FlashDevelop is still an open question.

Adobe已经表示,下一版本的Flash(CS5)将有很多编码改进,包括代码提示,自动完成和自定义类的自动导入。但是,即使使用Eclipse和FlashDevelop,它是否仍然是一个悬而未决的问题。