code generation capability? #738
-
hey all ! i have a simple question-- forgive me if it's already been asked, but i couldn't find any similar posts with the terms i searched. does this extension have a code generation capability that i'm missing? like generating a function from context, such as a function call or from an addEventListener statement? it was a great feature i had available to me in flashdevelop and it saved a bit of time and keystrokes. if there's a separate extension for that already, that would be fine too! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See vscode-as3mxml: Code Generation. These are exposed as "Code Actions" in VSCode. You should see a little light bulb appear when you click on a symbol name in the editor that is red squiggly underlined with an error about a missing variable/method. |
Beta Was this translation helpful? Give feedback.
See vscode-as3mxml: Code Generation.
These are exposed as "Code Actions" in VSCode. You should see a little light bulb appear when you click on a symbol name in the editor that is red squiggly underlined with an error about a missing variable/method.