Skip to content

Commit 7d41865

Browse files
Add Csharp snippets extension (#3940)
A collection of C# code snippets ### Features - 100+ snippets covering various C# development scenarios - Support for ASP.NET Core (MVC, Razor Pages, Minimal APIs) - CQRS/MediatR patterns for clean architecture - Testing frameworks (xUnit, NUnit, MSTest) - Mocking with Moq - Common boilerplates for classes, interfaces, controllers, and more --------- Co-authored-by: Finn Evers <[email protected]>
1 parent 2af1874 commit 7d41865

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,10 @@
582582
path = extensions/csharp
583583
url = https://github.com/zed-extensions/csharp.git
584584

585+
[submodule "extensions/csharp-snippets"]
586+
path = extensions/csharp-snippets
587+
url = https://github.com/kenBinary/csharp-zed-snippets.git
588+
585589
[submodule "extensions/cspell"]
586590
path = extensions/cspell
587591
url = https://github.com/mantou132/zed-cspell

extensions.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,10 @@ version = "0.0.1"
586586
submodule = "extensions/csharp"
587587
version = "0.1.3"
588588

589+
[csharp-snippets]
590+
submodule = "extensions/csharp-snippets"
591+
version = "0.1.0"
592+
589593
[cspell]
590594
submodule = "extensions/cspell"
591595
version = "0.0.6"

extensions/csharp-snippets

Submodule csharp-snippets added at d292d89

0 commit comments

Comments
 (0)