From 426baab2da6c16ba03fefed571fbc8ee5a801e4d Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sun, 9 Nov 2025 01:12:11 +1000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ff26e4c..4482004 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,19 @@ An open source, modern & fast IDE for .NET image +## Completions +image + +## Code Action/Refactoring +image + +## Symbol Info +image + +## Razor Syntax Highlighting +image + + ### Building if using a preview .NET SDK, ensure that `DOTNET_ROLL_FORWARD_TO_PRERELEASE` is set to `1` as per https://github.com/godotengine/godot/issues/98334, otherwise it will blow up.