Skip to content

A lite C# editor for testing small patches of code quickly and easily.

License

Notifications You must be signed in to change notification settings

ZeroByter/Live-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live C#

Live C# is a small, lite C# editor/compiler meant to allow quick and easy testing of small patches of code.

The program

I use this whenever I work on a project and I want to see how a particular patch of code works independently from all the other code without too much hassle.

This essentially does the exact same thing as 'repl.it', but only this is local, so not dependent on web access + not having to wait for the website to load.

Bugs & Issues

  • No auto-completion

Contributing

Pull requests are of course welcome. Please feel free to change / improve the project as much as you want.

License

MIT