Skip to content

Instantly share code, notes, and snippets.

@vedon
Last active August 11, 2020 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vedon/8ee9d47f3a1c51e0850a5c5e6f520464 to your computer and use it in GitHub Desktop.
Save vedon/8ee9d47f3a1c51e0850a5c5e6f520464 to your computer and use it in GitHub Desktop.
2020-08-11 16:16:00.716 Xcode[33874:47448018] SourceKit-client: [2:request:205587:1355.4146] [839] {
key.request: source.request.workspace.refactoring.find-rename-ranges-at-location,
key.indexer.arg.indexer-token: 1,
key.indexer.arg.query.file-content: "<DATA>",
key.indexer.arg.occurrence.location: {
key.indexer.arg.doc-loc.url: "file:///Users/vedon/Documents/Private/ModularDesign/IndexingDemo/IndexingDemo/ViewController.swift",
key.indexer.arg.doc-loc.start-line: 19,
key.indexer.arg.doc-loc.start-col: 14,
key.indexer.arg.doc-loc.end-line: 19,
key.indexer.arg.doc-loc.end-col: 14,
key.indexer.arg.doc-loc.range-loc: 382,
key.indexer.arg.doc-loc.range-count: 0,
key.indexer.arg.doc-loc.time-stamp: 6.188266e+08,
key.indexer.arg.doc-loc.encoding: 1
}
}
2020-08-11 16:16:04.156 Xcode[33874:47448201] SourceKit-client: [2:notification:108139:1358.8545] {
key.notification: refactoring.callback,
key.diagnostics: [
],
key.ranges: [
{
key.filepath: "/Users/vedon/Documents/Private/ModularDesign/IndexingDemo/IndexingDemo/ViewController.swift",
key.ranges: [
{
key.ranges: [
{
key.kind: source.refactoring.range.kind.basename,
key.line: 20,
key.column: 15,
key.endline: 20,
key.endcolumn: 26
}
],
key.category: editkind.sourcecode
}
],
key.rename-file: false
}
],
key.percent-completed: 5.000000e+01,
key.indexer.arg.indexer-token: 1,
key.refactoring-action-token: 1,
key.indexer.callback.kind: notification.refactoring.rename-ranges-found
}
2020-08-11 16:16:04.157 Xcode[33874:47448201] SourceKit-client: [2:notification:221119:1358.8555] {
key.notification: refactoring.callback,
key.diagnostics: [
],
key.ranges: [
{
key.filepath: "/Users/vedon/Documents/Private/ModularDesign/IndexingDemo/IndexingDemo/Modal.swift",
key.ranges: [
{
key.ranges: [
{
key.kind: source.refactoring.range.kind.basename,
key.line: 12,
key.column: 10,
key.endline: 12,
key.endcolumn: 21
}
],
key.category: editkind.sourcecode
}
],
key.rename-file: false
}
],
key.percent-completed: 1.000000e+02,
key.indexer.arg.indexer-token: 1,
key.refactoring-action-token: 1,
key.indexer.callback.kind: notification.refactoring.rename-ranges-found
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment