Taras Kovalenko
tkovalenko.bsky.social
Taras Kovalenko
@tkovalenko.bsky.social
What it does:
- Type #:package Hum -> Get "[email protected]" autocomplete
- Type @ after any package -> See all available versions
- Hover for descriptions, download stats, and NuGet links
Available now on the VS Code Marketplace
What small developer friction points have you solved recently?
June 2, 2025 at 10:36 AM
April 13, 2025 at 8:21 AM
This represents a major evolution in how we can extend existing types without modifying their source code.
This is just the beginning of what promises to be a transformative release for C# development. Stay tuned for more extension capabilities in upcoming previews!
April 13, 2025 at 8:20 AM
Extensions in C# have always been valuable, but they've been limited to methods only. With C# 14, this constraint is shattered as extensions now support:
- Static methods
- Instance properties
- Static properties
April 13, 2025 at 8:20 AM