Right now, if I commit an autocomplete of a method call, it spawns parenthesis around the arguments, which is against my regular coding pattern (I use spaces for single non-chained calls).
Is there a way to make CC+ complete methods calls with spaces instead of parens?
Or at least not have CC+ commit the completion when hitting space.
For example, right now if I type $.ajax, then hit space, it completes the line with parenthesis instead of actually adding a space. What the desired behavior should be is adding parens when hitting the complete commit shortcut (either enter or tab depending on your conf) and just adding a space when hitting space.
Or is that an issue with one of my conf files? (I made sure my autocomplete commit shortcut is tab and not space)
Right now, if I commit an autocomplete of a method call, it spawns parenthesis around the arguments, which is against my regular coding pattern (I use spaces for single non-chained calls).
Is there a way to make CC+ complete methods calls with spaces instead of parens?
Or at least not have CC+ commit the completion when hitting
space
. For example, right now if I type$.ajax
, then hit space, it completes the line with parenthesis instead of actually adding a space. What the desired behavior should be is adding parens when hitting the complete commit shortcut (eitherenter
ortab
depending on your conf) and just adding a space when hittingspace
.Or is that an issue with one of my conf files? (I made sure my autocomplete commit shortcut is
tab
and notspace
)