Skip to content

Commit e47c6fd

Browse files
committed
Readme changes
1 parent 14de1aa commit e47c6fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 📃 AddWithXmlDoc
2+
[![Shield](https://img.shields.io/badge/NUGET-20B2AA?style=for-the-badge)](https://www.nuget.org/packages/AddWithXmlDoc.Core)
3+
[![Shield](https://img.shields.io/badge/DOWNLOAD-8A2BE2?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=winscripter.ExtVSAddWithXmlDoc)
4+
25
A Visual Studio extension that lets you generate common methods in C# - parameterless constructors, `GetHashCode`, `Equals`, and equality operators - with XML documentation automatically inserted for you.
36

47
# ❓ How does it work?
@@ -13,6 +16,11 @@ When you install the extension, you get four new code actions for classes and st
1316

1417
You no longer have to manually write XML documentation for methods like `GetHashCode` or `Equals` - even an `<inheritdoc ... />` can take some time to write! AddWithXmlDoc does that for you.
1518

19+
# Installation
20+
Go to the [![Shield](https://img.shields.io/badge/EXTENSION%20IN%20VISUAL%20STUDIO%20MARKETPLACE-8A2BE2?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=winscripter.ExtVSAddWithXmlDoc), and click the green "Download" button to get the VSIX.
21+
22+
Double click the VSIX, and that's it! Wait for it to install, and AddWithXmlDoc will be installed on your Visual Studio installation.
23+
1624
# ✨ Example
1725
Imagine we have a class:
1826
```cs

0 commit comments

Comments
 (0)