• Stars
    star
    169
  • Rank 224,453 (Top 5 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Turn english into code snippets, no neural nets. We did it 5 years before before Copilot ;)

Sourcerer

Atom plugin for quickly finding and using StackOverflow code snippets.

Find and use code snippets relevant to your problem. Replace routine StackOverflow searching with a simple interface for searching and browsing the largest code snippet collection on the internet :)

Usage

  • Install Sourcerer
  • Write and select a problem description, e.g. 'fizzbuzz implementation' or 'quicksort'
  • Hit alt-s
  • View and insert relevant StackOverflow code snippets!

Features

  • Searches stackoverflow questions using Google
  • Scrapes pages and filters accepted answers + those with a large number of votes
  • "I'm feeling lucky" mode - automatically insert the best found answer
  • Inserts StackOverflow answer text as comments (for context)
  • Automatically cites inserted snippets with the author's username