Question

My problem is pretty simple but I don't know how to solve it. It happens when XCode suggest me an existing function or code snippet. Some places (where I should place my variables) are surrounded by <# and #> "bracers". It's very usefull function - I can use tab to move to the next place where I should place my code. But when I have to implement code completion in reactive cocoa:

[[signal subscribeError:<#^(NSError *error)errorBlock#> completed:<#^(void)completedBlock#>]

I don't know how to remove <# and #> "bracers" to keep (for the following example) (NSError *error)errorBlock.

Was it helpful?

Solution

when block is highlighted just press Return key

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top