C# Package Autocomplete for VS Code!
The new #:package directive in .NET is amazing for quick scripts, but I kept context-switching to nuget.org to find package names and versions. So I built an extension that brings NuGet search directly into your editor.
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
#dotnet #vscode #nuget #vsix
https://marketplace.visualstudio.com/items?itemName=taraskovalenko.csharp-package-autocomplete