2

is there any way to Organize Imports of entire project using FlashDevelop? It's an ActionScript project.

Thanks!!!

Joaquín Fernández
  • 147
  • 1
  • 4
  • 19

2 Answers2

2

Do you mean this?

enter image description here

I understand that you want to do this for your entire project, however unfortunately that option is not possible at this time.

Re: Organize/Truncate imports for multiple files.
We don't have short-time plans for that.

  • FlashDevelop Admin (Jan 13, 2012).

Source

Community
  • 1
  • 1
Marty
  • 39,033
  • 19
  • 93
  • 162
0

I don't think it's possible in an easy way.

Try creating a Macro (with a shortcurt) using this commands:

InvokeMenuItem|RefactorMenu.OrganizeImports
InvokeMenuItem|FileMenu.Save
InvokeMenuItem|FileMenu.Close

If you are trying to clear a certain import, find it (Ctrl+1) and use F12 to move between results.

Mario M.
  • 416
  • 2
  • 10