Is there a macro that opens square brackets in XCode?
For example, suppose that my cursor is at <cursor> in the following code:
[foo method]<cursor>;
And after a key shortcut I get the following code:
[[foo method]<cursor>];
Is this possible?
For example, suppose that my cursor is at <cursor> in the following code:
[foo method]<cursor>;
And after a key shortcut I get the following code:
[[foo method]<cursor>];
Is this possible?