Pregunta

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.

¿Fue útil?

Solución

when block is highlighted just press Return key

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top