CodeEdit
CodeEdit copied to clipboard
✨ Add code compiling support
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
Add some kind of runner for compiling projects Makefiles Xcode command line build system Cargo NPM Compilers for different languages etc
Describe alternatives you've considered
- it could just run a custom command specified by the user
- it could be added with extensions but that could come with a potential security risk
Additional context
This feature is for being able to build projects from the editor directly like the Code Runner extension from VSCode
Helpful resources
We should most-likely handle this with extensions. This issue will be blocked until we can get the ExtensionAPI in place.