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

Solution compilation status? #24

Open
drmcclelland opened this issue Oct 10, 2019 · 1 comment
Open

Solution compilation status? #24

drmcclelland opened this issue Oct 10, 2019 · 1 comment

Comments

@drmcclelland
Copy link

I would love to see a status bar indicator that tells me if there are any compilation errors in my solution - perhaps something along the lines of a red / green light that sat down in the lower right corner of the status bar, like ReSharper does. I'd be glad to contribute, but I'm not sure where to start - any ideas?

@eberthold
Copy link
Owner

Hi,

the easiest way would be to have a look at "Solution Error Visualizer" from Microsoft DevLabs. https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.SolutionErrorVisualizer

I use this extension by myself too and I'm happy with it so far.

An implementation which would be on par with ReSharper would be really tricky, because currently I'm only crawling the Error Window from VS, which isn't always up to date (especially with errors which occur during build)

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

No branches or pull requests

2 participants