xcode-extension Questions

3

Solved

I have the Xcode 8 GM installed and am trying to mess around with the editor extensions. I've followed the tutorial on this site: https://littlebitesofcocoa.com/239-creating-an-xcode-source-editor...
Hasa asked 12/9, 2016 at 14:23

1

Solved

I want to write an Xcode extension that scans the source code for particular code fragments. However, it seems that such extension would work only on a per-file basis. For example, here you can see...
Downe asked 1/1, 2017 at 11:31

2

Solved

I created a source editor extension but don't understand how to use it. It works fine in debugging version of Xcode (with gray icon) but I cannot find a way to install this extension to "real" Xcod...
Lise asked 13/10, 2016 at 10:52

0

I am creating for myself Xcode 8 extension with new XcodeKit. I get text with XCSourceTextBuffer and range with XCSourceTextRange. With that I have start and end position of selected text and I can...
Ophthalmia asked 27/10, 2016 at 13:44

2

My goal is to create an extension that executes clang-format. My code looks something like this: - (void)performCommandWithInvocation:(XCSourceEditorCommandInvocation *)invocation completionHandle...
Papst asked 9/9, 2016 at 14:26

1

I tried to create new Xcode 8 Source Editor Extension, but for some reason basic examples are always disabled(screenshot) for me and I am not sure whether it is some bug with beta version or I am m...
Georgiannageorgianne asked 26/7, 2016 at 19:52
1

© 2022 - 2024 — McMap. All rights reserved.