I am looking for intelligence support for meta tags in flash develop same as flash builder.
Any help would be appreciated.
Thanks, Chetan
Currently FlashDevelop offers only 2 generators for meta tags:
right-click on a file in Project panel to generate an [Embed] meta at cursor position,
if you have something like dispatchEvent(new Event(SomeEvent.FOO)) in your code, put your cursor on FOOand press Ctrl+Shift+1 to generate the [Event] meta before the classe declaration.