Skip to content

Commit da24d8b

Browse files
committed
Add todo
1 parent d580cd4 commit da24d8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tool/Sources/XcodeInspector/XcodeInspector.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public final class XcodeInspector: ObservableObject {
3535
@Published public fileprivate(set) var focusedElement: AXUIElement?
3636
@Published public fileprivate(set) var completionPanel: AXUIElement?
3737

38+
#warning("TODO: make it a function and mark it as expensive")
3839
public var focusedEditorContent: EditorInformation? {
3940
guard let documentURL = XcodeInspector.shared.realtimeActiveDocumentURL,
4041
let workspaceURL = XcodeInspector.shared.realtimeActiveWorkspaceURL,

0 commit comments

Comments
 (0)