exceedsystem / vscode-macros

This extension gives the macro features to your vscode.
https://marketplace.visualstudio.com/items?itemName=EXCEEDSYSTEM.vscode-macros
MIT License
38 stars 2 forks source link

typescript macro and intregation transpiler watcher in "npm scripts" view #9

Open cognominal opened 2 years ago

cognominal commented 2 years ago

It would be nice to be able to write macros in ts in addition to js. This would imply to be able to run a watch script in the "npm scripts" view in explorer pane. I suppose that would imply a package json file. I understand it leads toward the extension territory but why not ? Eventually a macro set is likely to belong to an extension.

exceedsystem commented 2 years ago

Thanks for the suggestion.

The concept of this extension is to create and execute simple macros quickly and easily. If it were to support TS, it will no longer be the same as developing an extension, so I'm not planning to support TS that at this time.

Regards.