Lint tool for actionscript?

后端 未结 6 1843
-上瘾入骨i
-上瘾入骨i 2021-01-07 23:29

Are there any lint tools available for actionscript? One source would be ideal, but anything is welcome.

My team is starting to adopt more a more rigorous style gui

6条回答
  •  温柔的废话
    2021-01-07 23:53

    It's not Lint, but I've found the free FlashDevelop to make me write better code, as it complains about many possible problems, such as undeclared variables.

    http://www.flashdevelop.org

    You could check it out.

    Then there's also flex builder that you can use to write AS.

提交回复
热议问题