Paste SpecialA Visual Studio Code extension to paste different clipboard formats like text, HTML, RTF, CSV and file lists. FeaturesThis extension makes it possible to paste data present on the clipboard in different supported data formats into the editor window. At the moment, supported formats are: Windows
Linux
macOS
The extension integrates a Paste Special... command in the context menu of the editor window and implements the usual platform-specific keyboard shortcuts for Paste Special. RequirementsThe extension uses native code modules to access the different clipboard formats. As of now, there are only native code modules for Windows and Linux. The extension should work on any newer Windows version, both 32-bit and 64-bit. The extension should work on 64-bit Linux versions and was tested with Debian and Ubuntu. GTK+ 3 must be installed. When using macOS, only the plain text format is available at the moment, duplicating the normal Paste functionality. Known IssuesNone. Release Notes0.9.1Bug fixed regarding Windows registered clipboard formats 0.9.0Initial release |