I have a function updateCameraTarget with one optional parameter immediate.
If I type out updateCameraTarget(), the opening bracket opens the function autocomplete and the closing bracket replaces the autocomplete prompt for the immediate parameter with a closing bracket.
I have a function
updateCameraTarget
with one optional parameterimmediate
.If I type out
updateCameraTarget()
, the opening bracket opens the function autocomplete and the closing bracket replaces the autocomplete prompt for theimmediate
parameter with a closing bracket.Originally posted as a bug on Sublime Text: https://github.com/SublimeText/Issues/issues/579 but they suggested it could be a package-specific issue.