Skip to content

Commit 6ea3cda

Browse files
Merge pull request #12486 from rigel512/evanwindom-c-sharp
Minor changes for clarity and Acrolinx scoring in vs-c-sharp-dev-kit.md
2 parents 70411bd + aa00bba commit 6ea3cda

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

subscriptions/vs-c-sharp-dev-kit.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: C# Dev Kit for Visual Studio Code
33
author: evanwindom
44
ms.author: amast
55
manager: shve
6-
ms.date: 10/12/2023
6+
ms.date: 04/11/2024
77
ms.topic: how-to
88
description: Explore the C# Dev Kit for Visual Studio Code that provides a rich C# editing experience, AI-powered development, solution management, and integrated testing.
99
---
@@ -12,7 +12,7 @@ description: Explore the C# Dev Kit for Visual Studio Code that provides a rich
1212

1313
The [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) is a new Visual Studio Code extension that brings an improved editor-first C# development experience to Linux, macOS, and Windows.
1414

15-
The C# Dev Kit is designed to enhance your C# productivity when you’re working in VS Code. It works together with the [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp), which has been updated to be powered by a new fully open-source Language Server Protocol (LSP) host, creating a performant, extensible, and flexible tooling environment that easily integrates new experiences into C# for VS Code.
15+
The C# Dev Kit is designed to enhance your C# productivity when you’re working in Visual Studio Code. It works together with the [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp), which is updated to be powered by a new fully open-source Language Server Protocol (LSP) host, creating a performant, extensible, and flexible tooling environment that easily integrates new experiences into C# for VS Code.
1616

1717
## What is C# Dev Kit?
1818

@@ -25,11 +25,13 @@ C# Dev Kit borrows some familiar concepts from Visual Studio to bring a more pro
2525
> [!div class="mx-imgBorder"]
2626
> ![Screenshot showing the C# Dev Kit extension relationship.](_img/vs-c-sharp-dev-kit/extension-relationship.png "Screenshot showing the C# Dev Kit extension relationship")
2727
28-
## Learn more about the C# Dev Kit
29-
If you'd like to learn more about the C# Dev Kit, check out these resources:
28+
## Install the C# Dev Kit
29+
30+
To learn more about the C# Dev Kit and to install it, check out these resources:
31+
+ The [C# Dev Kit page](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) on the Visual Studio Marketplace has information about the features, Q&A, ratings and reviews, and to install it.
3032
+ For information about the features and capabilities of the C# Dev Kit, see the blog post [Announcing C# Dev Kit for Visual Studio Code](https://devblogs.microsoft.com/visualstudio/announcing-csharp-dev-kit-for-visual-studio-code/).
31-
+ The [C# Dev Kit FAQ](https://code.visualstudio.com/docs/csharp/cs-dev-kit-faq#_who-can-use-c-dev-kit) provides answers to common questions about the kit.
32-
+ The [C# Dev Kit page](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) on the Visual Studio Marketplace has information about the features, Q&A, ratings and reviews, and instructions on how to get started.
33+
+ The [C# Dev Kit FAQ](https://code.visualstudio.com/docs/csharp/cs-dev-kit-faq#_who-can-use-c-dev-kit) provides answers to common questions about the kit.
34+
3335

3436
## Eligibility
3537

@@ -49,4 +51,4 @@ If you'd like to learn more about the C# Dev Kit, check out these resources:
4951
> [!NOTE]
5052
> Microsoft no longer offers Visual Studio Professional Annual subscriptions and Visual Studio Enterprise Annual subscriptions in Cloud Subscriptions. There will be no change to existing customers experience and ability to renew, increase, decrease, or cancel their subscriptions. New customers are encouraged to go to [https://visualstudio.microsoft.com/vs/pricing/](https://visualstudio.microsoft.com/vs/pricing/) to explore different options to purchase Visual Studio.
5153
52-
Not sure which subscription you're using? Connect to [https://my.visualstudio.com/subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs) to see all the subscriptions assigned to your email address. If you don't see all your subscriptions, you may have one or more assigned to a different email address. You need to sign in with that email address to see those subscriptions.
54+
Not sure which subscription you're using? Connect to [https://my.visualstudio.com/subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs) to see all the subscriptions assigned to your email address. If you don't see all your subscriptions, you might have one or more assigned to a different email address. You need to sign in with that email address to see those subscriptions.

0 commit comments

Comments
 (0)