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
I often find that when I am writing a function and I am on the last line of the file, once I use the "Add clause" action (Ctrl + .), it adds the clause to the same line instead of on a new line underneath.
Steps to reproduce
Be on last line of file
Write a function, i.e testFunc : String
While on the same line hit Ctrl + . and select "Add clause"
Notice that the clause is added to the same line, to the right of the cursor.
The text was updated successfully, but these errors were encountered:
I often find that when I am writing a function and I am on the last line of the file, once I use the "Add clause" action (
Ctrl + .
), it adds the clause to the same line instead of on a new line underneath.Steps to reproduce
testFunc : String
Ctrl + .
and select "Add clause"The text was updated successfully, but these errors were encountered: