Find my custom code snippets Xcode 6?
Asked Answered
G

2

18

I know where the system default snippets are, but my two new ones cannot be found. Basically, I want to add in my collection of previous snippets. I made two new ones just to be able to find them. Didn't work. Any suggestions?

Gail answered 28/1, 2015 at 15:3 Comment(0)
A
37

Custom code snippets are stored in the following location:

/Users/YourUsername/Library/Developer/Xcode/UserData/CodeSnippets
Aerobiosis answered 29/1, 2015 at 19:12 Comment(3)
That doesn't work for me in Xcode 10, though it did for Xcode 9Errand
@Errand I haven't used the Xcode 10 betas. I recommend writing a new question.Aerobiosis
Looks like they moved the access point around to it, but it's pretty much the same. youtube.com/watch?v=edKpCAWbPFA&vl=en One note, based on recently getting a new MBP is you might need to create a snippet to generate that directory...once you've created a snippet, that directory gets created and you can drop more snippet files into it.Errand
S
3

I used this for Catalina 10.15.5

~/Library/Developer/Xcode/UserData/CodeSnippets
Symphony answered 23/6, 2020 at 23:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.