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
Fixed with ae68b8e. Due to the new InsertTextMode that we set to As-Is, we don't need to deal with magic client-side indentation anymore and need to remove that logic.
Additional code cleanup work is needed for the next cycle: #1154
the indentation is broken when inserting a
@GetMapping
snippet completion. Results look like this:(where the <*> marks the position of the cursor when invoking the code completion)
The text was updated successfully, but these errors were encountered: