Make Microsoft Edit a Lightweight 'VS Code for the Terminal' #682
Mesum-Hussain
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
I concur, but there are two issues with this: Building the foundation of an editor is way harder than building features later on top of that, and currently it is unlikely that Microsoft will fund me to spend half a year working purely on this project. So, I'll work on this whenever I can, which is not much. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering how amazing it would be if this project evolved into a lightweight version of VS Code that runs directly in the terminal — bringing the modern editing experience developers love into a fully terminal-based environment.
🌟 Proposed Features
To achieve this, I’d love to see the following four features added:
💡 Why These Features Matter
It would be even better if the editor shipped with a VS Code–like default theme, since the current one feels a bit outdated. Some inspiration for modern TUI theme can be taken from LunarVim, it's very beautiful for a Terminal based editor. From my personal experience in TUI design, it's mostly a matter of choosing the right colors which goes well with each other.
If theming were modular or JSON-based, users could even port existing VS Code themes over easily.
🚀 Vision
Right now, this project mainly serves as a fun nostalgia piece — which is awesome!
But it also has tremendous potential to evolve into something much bigger.
For many of us from the newer generation (myself included), this is the first time hearing about MS-DOS Edit — so it doesn't even offer a nostalgia factor to us.
We grew up using tools like Atom, Sublime Text, and VS Code, so we naturally expect a similar level of usability and features.
With these improvements, Microsoft Edit could become a fantastic terminal-based editor for:
It could even serve as a bridge between GUI-based and CLI-based development environments, giving users a consistent Microsoft editing experience everywhere — from desktop to remote servers.
For consistency, I would even suggest renaming the project to VS Edit to fit well into the Visual Studio ecosystem.
🙏 Closing Thoughts
Thanks for considering these suggestions!
I’m really excited to see how this project evolves — it has the potential to become the go-to modern text editor for terminal users. 🤠
Beta Was this translation helpful? Give feedback.
All reactions