2024年6月9日发(作者:)

Visual Studio

#visual-

studio

Table of Contents

About

Chapter 1: Getting started with Visual Studio

Remarks

Versions

Examples

Installation or Setup

1

2

2

2

3

4

Chapter 2: Adding an extension

Examples

Adding an extension to visual studio using a `VSIX` file

Adding an extension to visual studio from Visual Studio Gallery

5

5

5

5

Chapter 3: Code Contracts

Remarks

Examples

Standard precondition

Precondition that throws a specific Exception

Pre and postconditions

9

9

9

9

9

9

Chapter 4: Connecting your visual studio project to Github

Examples

Publishing your project to a github repository removing sensitive data

10

10

10

Chapter 5: Visual Studio tools

Examples

Code Lens

Snippets

18

18

18

18

Intoduction

Using the code

1. Header

2. Snippet

2.1 Imports

2.2 Declarations

2.3 References

18

18

19

20

20

21

22