You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming "Place trailing closure arguments after closing parenthesis" is checked (current default) and other content assist preferences are default as well, and given:
Content assist at | with "Use closure literals for closure arguments" checked gives foo(bar) { it } -- replace "{ it }" with "{ }" and selection/caret goes inside literal instead of covering it. This matched end state of #625.
The text was updated successfully, but these errors were encountered:
Assuming "Place trailing closure arguments after closing parenthesis" is checked (current default) and other content assist preferences are default as well, and given:
Content assist at
|
with "Use closure literals for closure arguments" checked givesfoo(bar) { it }
-- replace "{ it }" with "{ }" and selection/caret goes inside literal instead of covering it. This matched end state of #625.The text was updated successfully, but these errors were encountered: