live templates for actionscript?

yes, I'm still coding in AS3... wishing I had the same set of live templates for AS3 as I do in java. for example, the one that creates a trace with the class name, method name, maybe all the variables in scope all traced out, etc.

is there any good reason intellij lacks those?

 

thanks

0
1 comment

You can easily add your own live templates in Settings | Live Templates. You can use jsClassName(), jsMethodName() and other js* macros as Expression when editing template variables.

Link to the cross-post for the reference: https://intellij-support.jetbrains.com/hc/en-us/community/posts/208238345-live-templates-for-actionscript

0

Please sign in to leave a comment.