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

Display secondary locations and flow steps #27

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

necto
Copy link
Contributor

@necto necto commented Aug 3, 2024

For some issues, SonarLint provides additional information in the form of secondary locations:
additional code regions of secondary importance that carry their own messages.
Secondary locations can be unordered, or might form a "flow" - a sequence of steps, typically representing the example program execution that leads to a certain bug.

This patch implements SonarLint.ShowAllLocations action to show these secondary locations interactively.

output.mov

@necto
Copy link
Contributor Author

necto commented Aug 3, 2024

The failing tests are old, and are fixed in #25 (which should probably be merged before this one)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant