From d50f651be4d5d709fcf0755abdeda09b839e4e29 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Thu, 9 Oct 2025 01:18:31 +1000 Subject: [PATCH] add comment --- src/SharpIDE.Godot/Features/CodeEditor/SharpIdeCodeEdit.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SharpIDE.Godot/Features/CodeEditor/SharpIdeCodeEdit.cs b/src/SharpIDE.Godot/Features/CodeEditor/SharpIdeCodeEdit.cs index 260ed0a..8503874 100644 --- a/src/SharpIDE.Godot/Features/CodeEditor/SharpIdeCodeEdit.cs +++ b/src/SharpIDE.Godot/Features/CodeEditor/SharpIdeCodeEdit.cs @@ -119,6 +119,7 @@ public partial class SharpIdeCodeEdit : CodeEdit }); } + // TODO: This is now significantly slower, invoke -> text updated in editor private void OnCodeFixSelected(long id) { GD.Print($"Code fix selected: {id}");