Cauldron/Readme.md

22 lines
550 B
Markdown
Raw Normal View History

2023-07-31 23:38:48 +00:00
# Cauldron
A MacOS application for writing C# scripts.
This is currently early in development. Current features:
* Creating, opening, and saving scripts (`.csx` files)
* Syntax highlighting
* Diagnostics (compile errors and warnings)
* Toolbar item displaying a count
* Inline tooltip
Planned features:
* Show a diagnostics list when the diagnostics toolbar item is clicked
* File browser in the sidebar
* Entity Framework scaffolding and database browser in the sidebar
* Debugging
* Breakpoints
* Step through
* Local variables viewer