HTTP Status Codes for Command Palette is a utility designed to help developers and IT professionals quickly look up HTTP response status codes within the Windows Command Palette. This tool provides seamless access to System.Net.HttpStatusCode information, enabling efficient troubleshooting and development workflows.
Key Features:
Browse by status code sections (1xx–5xx): Organize and explore HTTP status codes in intuitive categories.
Search by code, name, or .NET enum alias: Quickly find specific statuses using numbers, names, or aliases like 404, Not Found, or Ambiguous.
Numeric search with prefix matching: Type a number (e.g., "4") to filter results to the corresponding range (e.g., 4xx).
Open MDN documentation directly: Press Enter to access detailed explanations of each status code.
Context menu for quick actions: Copy the code, name, enum member, or MDN link with a single click.
Fallback search on Command Palette home screen: Type any code or name (e.g., "404") directly into the Command Palette to jump to results.
Target Audience and Benefits:
Ideal for developers, IT professionals, and anyone working with HTTP protocols to streamline their workflow. This tool saves time by providing instant access to status code information without leaving the Command Palette interface. Available via Winget, you can install it easily using the command winget install --id JakeScott.HTTPSResponseCodesExtension, making deployment straightforward for teams or individual users.
README
HTTP Status Codes
A PowerToys Command Palette extension for looking up HTTP response status codes from System.Net.HttpStatusCode.
Features
Browse status codes in sections (1xx–5xx)
Search by code, name, or .NET enum alias (e.g. 404, Not Found, Ambiguous)