eberthold / SteroidsVS

Visual Studio Extension
https://marketplace.visualstudio.com/items?itemName=eberthold.SteroidsVS
MIT License
25 stars 2 forks source link
code-structure quality-hints visual-studio-extension

An extension which aims to make your developer live a bit easier.

BuildStatus

Features

Code Quality Hints

The code quality hints displays warnings in code right where they belong, to make it easier to detect them. Currently its only shows warnings generated by VisualStudio and Roslyn Analyzers.

In addition it features a overall indicator, if your file is good, has warnings or errors. Inside this indicator it informs you about the count of elements (fields, methods, properties) in your code. That count is purely informational without judgement on your code ;)

Code Structure

The code structure helps to navigate through large files quickly by listing all elements grouped - as recommended from StyleCop - and alphabetically ordered per group.

The shortcut is defaulted to ctrl-e + ctrl-s or simply click on the quality indicator in the bottom right corner.