beefytech / Beef

Beef Programming Language
http://www.beeflang.org
Other
2.47k stars 126 forks source link

[Enhancement] Integrated terminal panel #1995

Open Booklordofthedings opened 1 month ago

Booklordofthedings commented 1 month ago

The IDE should have a panel that shows a terminal and allows users to input commands and run scripts from the IDE, similar to the one in vscode.

There are several benefits for such a feature that would make it nice to have. For one it would create an easy integration for cmd tools and scripts such as git.

Main features

Smaller/Side features

Booklordofthedings commented 1 month ago

I have updated the tasks with the relevant info and progress from the discord

bfiete commented 1 month ago

And also the issue of whether it needs to be implemented as a Windows psuedoconsole using the Console API instead of through raw stdio redirection...