Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeAlexandria committed Jun 2, 2019
1 parent fb0ae49 commit ad24540
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 54 deletions.
106 changes: 54 additions & 52 deletions Classifications.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,66 @@
# Classifications

Extension supports the following C# analyze elements for Visual Studio 2015 (vs14) and Visual Studio 2017 (vs15):
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 |
|---------------------------|:---------:|:---------:|
|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 |✓ |✓ |
|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 |
|---------------------------|:---------:|:---------:|
|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 |✓ |✓ |
|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 |✓ |✓ |✓ |
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![License](https://img.shields.io/apm/l/vim-mode.svg?style=flat-square)](LICENSE.txt) [![VS14](https://img.shields.io/badge/Visual%20Studio%20Marketplace%20%7C%20vs14-v3.1.0-orange.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo) [![VS15](https://img.shields.io/badge/Visual%20Studio%20Marketplace%20%7C%20vs15-v3.1.0-orange.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-19226)
[![License](https://img.shields.io/apm/l/vim-mode.svg?style=flat-square)](LICENSE.txt) [![VS14](https://img.shields.io/badge/Visual%20Studio%20Marketplace%20%7C%20vs14-v3.2.0-orange.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo) [![VS15](https://img.shields.io/badge/Visual%20Studio%20Marketplace%20%7C%20vs15-v3.2.0-orange.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-19226) [![VS16](https://img.shields.io/badge/Visual%20Studio%20Marketplace%20%7C%20vs16-v3.2.0-orange.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-vs16)

# CoCo
A Visual Studio [2015](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo) (vs14) and [2017](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-19226) (vs15) extension that is analyzing source code to colorize and decorate appropriate syntax nodes to different colors and different styles. It makes easily to read and understand sources, to find sought entities and to navigate by code.
A Visual Studio [2015](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo) (vs14), [2017](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-19226) (vs15) and [2019](https://marketplace.visualstudio.com/items?itemName=GeorgeAleksandria.CoCo-vs16) (vs16) extension that is analyzing source code to colorize and decorate appropriate syntax nodes to different colors and different styles. It makes easily to read and understand sources, to find sought entities and to navigate by code.

## Features

Expand Down

0 comments on commit ad24540

Please sign in to comment.