We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d580cd4 commit da24d8bCopy full SHA for da24d8b
Tool/Sources/XcodeInspector/XcodeInspector.swift
@@ -35,6 +35,7 @@ public final class XcodeInspector: ObservableObject {
35
@Published public fileprivate(set) var focusedElement: AXUIElement?
36
@Published public fileprivate(set) var completionPanel: AXUIElement?
37
38
+ #warning("TODO: make it a function and mark it as expensive")
39
public var focusedEditorContent: EditorInformation? {
40
guard let documentURL = XcodeInspector.shared.realtimeActiveDocumentURL,
41
let workspaceURL = XcodeInspector.shared.realtimeActiveWorkspaceURL,
0 commit comments