Renavigate: Multi-clipboard Functions for VSCode

https://img.shields.io/github/license/Yiwen-Gao/COMS4995GitHub license https://img.shields.io/github/workflow/status/Yiwen-Gao/renavigate/VSCode%20Extension%20CI/masterGitHub Workflow Status (branch) https://readthedocs.org/projects/renavigate/badge/?version=latestDocumentation Status https://img.shields.io/github/issues/Yiwen-Gao/COMS4995GitHub issues

Description

Easy and intuitive code manipulation is necessary to understand and work with large codebases. Oftentimes, the basic copy and paste clipboard functions aren’t sufficient for software development. This extension allows VSCode users to have access to multiclipboard functions.

Installation

$ git clone https://github.com/Yiwen-Gao/renavigate.git

Open the project in VSCode and run the extension. The multi-clipboard functions should be available in the VSCode Extension Development Host.

Usage

CMD+C (CTRL+C): copy the selected text

CMD+; (CTRL+;): merge the selected text with the most recently copied text

CMD+V (CTRL+V): paste the most recently copied text

CMD+’ (CTRL+’): paste the most recently copied text and delete it from the clipboard

Demo

_images/demo.gifdemo