Closed
Description
the indentation is broken when inserting a @GetMapping
snippet completion. Results look like this:
<*>@GetMapping("path")
public SomeData getMethodName(@RequestParam String param) {
return new SomeData();
}
(where the <*> marks the position of the cursor when invoking the code completion)