Vanco / SequencePlugin

SequencePlugin for IntelliJ IDEA
Other
686 stars 196 forks source link

Can you raise this label “Remove Class XXXXX” to the top? #116

Closed ZhangDi-d closed 2 years ago

ZhangDi-d commented 2 years ago

Imagine I have a method like the following:

    @PostMapping("/test")
    public String testList() {
        List<String> list = new ArrayList<>();
        list.add("1");
        return "success";
    }

When I create a sequence diagram, it will look like this : image

If i click the “List” with right button ,the lable “Remove class List” can not be saw : image

So can you please put this label "Remove Class XXXXX" near the top of the label "GO to Source" for easy operation.

Vanco commented 2 years ago

Yes I can.