CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

✨ Add code compiling support

Open s0me0ne-coder opened this issue 3 years ago • 4 comments

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

  1. it could just run a custom command specified by the user
  2. 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

s0me0ne-coder avatar Jul 30 '22 17:07 s0me0ne-coder

We should most-likely handle this with extensions. This issue will be blocked until we can get the ExtensionAPI in place.

austincondiff avatar Feb 16 '23 23:02 austincondiff