Every tool your coding workflow needs
Browse editor and IDE extensions, CLIs, linters, debuggers, and other developer tools, all vetted to make writing and shipping code easier.
Thunder Client
Thunder Client is a lightweight REST API client built as a VS Code extension, so developers can test endpoints without switching to a separate app. Sends requests without leaving the editor Organizes requests into shareable collections Runs collection tests from the command line Stores environment variables per workspace
Error Lens
Error Lens is a VS Code extension that surfaces linter and compiler errors inline at the end of each line, instead of hidden in a hover tooltip. Prints error and warning text on the same line Highlights the whole line, not just the token Color-codes severity for errors versus warnings Works with any linter's diagnostics output
GitLens
GitLens is a VS Code extension that adds Git context directly into the editor, showing who changed each line and why. Shows inline blame annotations per line Renders an interactive commit graph in the sidebar Compares branches and files side by side Opens commit history from a single click
Showing 1–3 of 3 apps