is it easy to develop macro in vs code?
Sure. The Swift VS Code extension's command Swift: Create New Project > Macro will create a project to get you started with macros.
it isn't the problem. i can use command to do that. I want to know whether it is easy to develop macro in vs code.
Try it
It is as difficult or easy as anywhere else.
As long as you don’t need Apple specific features, where Xcode is strongly recommended, you can develop Swift in any editor you like.
1 Like
I know you guys would give me this answer. After work, I don't want to use xcode. I know xcode would help develop macro. But i want to know whether vscode is good enough to do that. I know xcode let me check the AST. what about vscode?