Skip to content

indentation is broken for @GetMapping snippet completion #1153

Closed
@martinlippert

Description

@martinlippert

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions