This extension enables users to quickly send selected text from the editor to an external API endpoint via an HTTP POST request. It is designed to streamline workflows that require capturing and transferring code snippets, UI text, or configuration values directly from the development environment.
Features
Adds a right-click context menu option in the editor
Works with multiple file types (e.g., .cs, .xaml, .json, etc.)
Retrieves the currently selected text in the editor
Opens an optional input dialog for additional user-provided data
Sends the collected data to a configurable API endpoint using HTTP POST
How it works
The user selects text within the editor.
Right-click → Add Localization Key
(Optional) A dialog prompts the user to edit or enter additional fields
The extension sends the data payload to the configured API