How to use vscode Ide to create a openfl project

I want to create a openfl project using vscode ide, but I don’t know how to do it.
My operating system environment is mac.
Can you give me a tutorial about this? thanks!

There is no VSCode-specific feature for project creation. Just open the integrated terminal, (View -> Integrated Terminal), navigate to the directory you want to create the project at, and run:

openfl create project <name>

…then Open Window from within VSCode to load up your project, if you have the VSCode extension for Lime, it should automatically fire up the target-drop down and support for build commands

Thanks very very mush! :grinning: