rename symbol

This commit is contained in:
Matt Parker
2025-10-29 19:42:13 +10:00
parent bfda5b08b8
commit da2de0ed9b
9 changed files with 146 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ namespace SharpIDE.Godot;
public static class InputStringNames
{
public static readonly StringName RenameSymbol = nameof(RenameSymbol);
public static readonly StringName CodeFixes = "CodeFixes";
public static readonly StringName StepOver = "StepOver";
public static readonly StringName FindInFiles = nameof(FindInFiles);