display code fixes popup

This commit is contained in:
Matt Parker
2025-08-18 19:23:45 +10:00
parent 71df8bc1cd
commit e4e2d95bf8
6 changed files with 95 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
using Godot;
namespace SharpIDE.Godot;
public static class InputStringNames
{
public static readonly StringName CodeFixes = "CodeFixes";
}