Base64 Converter
This VS Code extension provides simple commands to convert selected text to Base64 and Base64 encoded text back to its original form.
Features
- Convert Selection to Base64: Converts the currently selected text in the editor to its Base64 encoded equivalent.
- Convert Base64 to Text: Converts the currently selected Base64 encoded text back to its original text.
- Context Menu Integration: Right-click within the editor to access these conversion commands directly.
Usage
- Select Text: Select the text you want to convert in the VS Code editor.
- Right-Click (Context Menu): Right-click within the selected text area.
- Choose Conversion:
- Result: The selected text will be replaced with the converted output.
Alternatively, you can use the command palette:
- Open Command Palette: Press
Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS).
- Type Command:
Extension Settings
This extension does not have any configurable settings.
Known Issues
Currently, there are no known issues. If you encounter any problems, please report them on the extension's GitHub repository.
Release Notes
1.0.0
- Initial release with basic Base64 encoding and decoding functionality.
- Adds context menu and command palette integration.
Contributing
Contributions are welcome! Please feel free to submit pull requests or open issues on the GitHub repository.
License
This extension is licensed under the MIT License.
| |