An open API service indexing awesome lists of open source software.

https://github.com/user0332/consoleide

A C# IDE that runs in the terminal
https://github.com/user0332/consoleide

Last synced: about 1 year ago
JSON representation

A C# IDE that runs in the terminal

Awesome Lists containing this project

README

          

# ConsoleIDE

An IDE written using `ncurses` to run in the console. This project is currently being developed as a C# IDE, but is aimed to be extensible for the future. Currently, Roslyn is being used to provide syntax highlighting for C# files within .NET projects (that have `.csproj` files).

ConsoleIDE currently requires xterm with color support to run.

## Screenshots

![C# Hello World Written in ConsoleIDE](assets/HelloWorld.png)