Is there a way to get an empty line after entering a function #218
Replies: 2 comments 1 reply
-
What you are describing is a snippet, not a simple completion. You can distinguish snippets from normal completions because the former ends in
|
Beta Was this translation helpful? Give feedback.
-
The indentation after pressing |
Beta Was this translation helpful? Give feedback.
-
Thanks to completion, whenever I start typing a function name, I can quickly get to
function()
with my cursor position between the parentheses.However, hitting enter on it results in:
With the cursor at the start of the new line and right before the closing parenthesis.
Is there a way to get it to behave as such upon hitting enter from within the parentheses:
Hope I'm making sense 🙈
Beta Was this translation helpful? Give feedback.
All reactions