Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1 KB

README.md

File metadata and controls

36 lines (21 loc) · 1 KB

pasteoverflow

Download the extension from the Marketplace

Search for and paste StackOverflow snippets directly from your Command Palette.

Screenshot

Features

This extension allows for quick searching and pasting code snippets directly from StackOverflow.

Configuration

  • pasteoverflow.prependLinkComment (boolean) - Prepend a comment with the link to the StackOverflow question before the snippet.
  • pasteoverflow.prependTitleComment (boolean) - Prepend a comment with the title of the StackOverflow question before the snippet.

Known Issues

  • None.

Release Notes

0.0.3

  • Added prependLinkComment and prependTitleComment configuration options.

0.0.2

0.0.1

  • Initial release.