4

I've been searching for backing up user code snippet for Xcode, and i got this below which is only for system snippets!

For Xcode's self contained app. This is the exact file path of the default snippets: "/Applications/Xcode4.3.3.app/Contents/PlugIns/IDECodeSnippetLibrary.ideplugin/C‌​ontents/Resources/SystemCodeSnippets.codesnippets

Where is the user code snippet for Xcode 4.6?

icodebuster
  • 8,890
  • 7
  • 62
  • 65
webmastx
  • 683
  • 1
  • 8
  • 30

1 Answers1

12

Your user code snippets can be found in

~/Library/Developer/Xcode/UserData/CodeSnippets/

Where the ~/Library is the current users home directory.

wigging
  • 8,492
  • 12
  • 75
  • 117
  • 1
    Thank you Gavin for the answer. After been trying to find out how to get the Library folder for a while and then I have found it! Just a simple way, to open the user-Library-folder without Terminal you just hold alt & than choose Library in the Go-dropdown from the Findermenu! – webmastx May 13 '13 at 01:18
  • 1
    @webmastx Glad I could help. You can also just type the above into the `Go to Folder...` and it will take you directly to the CodeSnippets. – wigging May 13 '13 at 03:16