Can this be changed?
When I use AppCode to complete a method from a base class the caret ends up in what seems like an odd position, e.g:
- (NSURL *)requestURL {
}[^]
where [^] indicates the position of the caret. I would have expected:
- (NSURL *)requestURL {
[^]
}
It's not so difficult to cursor up and add a line but it seems like you'd more often than note be implementing the method to add something to it so a better default behaviour, to my way of thinking, would be caret in the method body.
Anyone?
Kind regards,
Matt
Please sign in to leave a comment.
Yep, that makes sense, here is the request for you to vote: http://youtrack.jetbrains.com/issue/OC-3446
Thanks Anton.
Kind regards,
Matt