Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nikeee opened this issue Jun 6, 2018 · 0 comments
Open
Labels
area-codefixes Stuff that relates to diagnostics enhancement New feature or request

Comments

@nikeee
Copy link
Owner

nikeee commented Jun 6, 2018

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;
}
@nikeee nikeee changed the title Only offer Sub-Graph Consolidation when requesting for the same line Only offer Sub-Graph Consolidation when Requesting for the Same Line Jun 6, 2018
@nikeee nikeee added enhancement New feature or request area-codefixes Stuff that relates to diagnostics labels Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-codefixes Stuff that relates to diagnostics enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant