A MacOS app for writing C# scripts
Go to file
Neil Brommer da820234b2 Add tabs to the sidebar 2023-08-04 11:39:38 -07:00
Cauldron.Core Add linting 2023-07-26 11:46:29 -07:00
Cauldron.Macos Add tabs to the sidebar 2023-08-04 11:39:38 -07:00
.editorconfig Add a Readme 2023-07-31 16:38:48 -07:00
.gitignore Get basic functionality working 2023-07-19 12:30:39 -07:00
Cauldron.sln Add a Readme 2023-07-31 16:38:48 -07:00
Readme.md Add a Readme 2023-07-31 16:38:48 -07:00

Readme.md

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