Skip to content

Latest commit

 

History

History
66 lines (58 loc) · 3.66 KB

Classifications.md

File metadata and controls

66 lines (58 loc) · 3.66 KB

Classifications

Extension supports the following C# analyze elements for Visual Studio 2015 (vs14), Visual Studio 2017 (vs15) and Visual Studio 2019 (vs16):

CSharp

Classifications vs14 vs15 vs16
Namespaces
Alias namespace
Local variable
Range variable
Parameter
Instance method
Constructor
Destructor
Static method
Extension method
Local functions
Events
Propperties
Instance fields
Enum fields
Constant fields
Labels
Class types
Structure types
Interface types
Enum types
Delegate types
Type parameter types
Control flow keywords

and supports the following VB.Net analyze elements:

VisualBasic

Classifications vs14 vs15 vs16
Namespaces
Alias namespaces
Local vaiable
Range variable
Static local variable
Function variable
Parameters
Function methods
Sub methods
Shared methods
Extension methods
Events
Properties
"WithEvents" fields
Instance fields
Enum fields
Constant fields
Class types
Structure types
Module types
Enum types
Delegate types
Interface types
Type parameter types
Control flow keywords