Home Coding Tools Clippy AI

Clippy AI

Visual Studio Code’s coding assistance extension.

OVERVIEW

Clippy AI is a Visual Studio Code extension that enables you to send your current file and instructions in plain-text English to OpenAI Codex. By doing so, Clippy opens a diff view in your editor, allowing you to easily review and accept or reject the suggested changes. Currently, it is free to use as it utilizes OpenAI's new edit endpoint, which is in the testing phase. To utilize this extension, simply open the command palette (e.g., cmd+shift+P on Mac) and search for the command "Clippy AI: edit file or selection". A prompt will appear, asking you to input the instruction you want Clippy to execute. If Clippy cannot find a suitable edit, an error message will be displayed. However, if an edit is possible, you will see Clippy's suggested changes in a diff view. Additionally, Clippy AI offers experimental functionality for recording voice commands. To try it out, install this extension from the VS Code Marketplace and experiment with different commands. Some examples of successful commands include "ADD TYPES HINTS TO ALL FUNCTION DEFINITIONS", "FIX ALL SYNTAX ERRORS", "REMOVE COMMENTED-OUT CODE", "REMOVE DEAD CODE", "ADD A COMMAND TO PACKAGE AND INSTALL THE EXTENSION LOCALLY", and "REMOVE ALL LOGGING STATEMENTS". Clippy AI is developed and published by Clippy AI, with the latest version being 0.4.0.

RELATED PRODUCTS

REVIEWS