开发者

How to position the cursor caret in Xcode code snippets

Is it possible to specify where the cursor should be after inserting a code snippet in xcode 4? Is there a <# #> style marker for this? I'm having trouble finding good documentation on code snippet开发者_运维技巧s.


You can just use <##>. It will show a "bubble" you can select, which isn't ideal, but it does move the cursor caret to that location.


Here are a couple examples supplementing @rdougan's helpful answer. This is not exactly what the OP was asking in the question, but it is what I was looking for when I came here based on the title.

Custom Example

print("<#text#>")

gives you

How to position the cursor caret in Xcode code snippets

Standard Example

You can also observe any of the standard code snippets to see how they are made. Just click one of them in the code snippet area.

How to position the cursor caret in Xcode code snippets

which gives

How to position the cursor caret in Xcode code snippets

Reminder on how to add custom code snippets:

Write your code as normal in the code editor. Then highlight it and drag it into the code snippet window. A dialog box will pop up where you can give it a simple shortcut.

How to position the cursor caret in Xcode code snippets

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜