Skip to content

Only offer Sub-Graph Consolidation when Requesting for the Same Line #9

@nikeee

Description

@nikeee

If code actions are requested for the location below, the consolidation for the b edges are offered. This should only happen when they are on the same line.

digraph {
	a -> c;/* here */
	b -> c; 
	b -> c;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-codefixesStuff that relates to diagnosticsenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions