Disable Xcode 6 inline snippet?

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

In particular, I believe that the source data extraction fragment is distracting and not useful (since I use mogenerator , and by default the fragment does not insert the correct selection that is optimal for it). Therefore, I would like to disable only this fragment.

+6
source share
1 answer

It is possible to edit the built-in snippets of Xcode as described here , but remember that changes may be lost when upgrading to a newer version of Xcode.

In particular, with Xcode 6.3.1 (6D1002) , the Core Data Fetch fragment can be found on line 681 in the file fragment:

 /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/SystemCodeSnippets.codesnippets 
+6
source

Source: https://habr.com/ru/post/976246/


All Articles