ls1intum / Artemis

Artemis - Interactive Learning with Automated Feedback
https://docs.artemis.cit.tum.de
MIT License
481 stars 288 forks source link

`Programming exercises`: Allow to move files in the online code editor to different folders #7721

Open egekurt123 opened 9 months ago

egekurt123 commented 9 months ago

Feature Template Spec Version 0.1

Context

Online Code Editor

Problem

Right now, you can't easily move a file to another folder in the Online Code Editor. Instead, you have to copy the file's content, delete the file, create a new one in the folder you want, and then paste the content.

Solution

Add a simple "Move Files" feature to make it easy for users to move files around without all that copying, deleting, and pasting.

krusche commented 9 months ago

We plan to switch to a different online code editor monaco which is also used for VSCode. Then, this should be possible.