add comment

This commit is contained in:
Matt Parker
2025-10-09 01:18:31 +10:00
parent 8a1bf9df10
commit d50f651be4

View File

@@ -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}");