6

Is there a way to disable certain built-in snippets of Xcode 6?

Specifically I find the Core Data Fetch snippet to be distracting and not useful (since I use mogenerator and the default snippet doesn't paste in the correct fetch that's optimal for it). Hence I'd like to disable just this particular snippet.

1 Answer 1

6
+50

It is possible to edit Xcode's built-in snippets, indeed, as described here, though bear in mind that the changes can be lost when updating to a newer version of Xcode.

Specifically, as of Xcode 6.3.1 (6D1002), the Core Data Fetch snippet can be found at line 681 in the snippet file:

/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/SystemCodeSnippets.codesnippets
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.