NickTikhonov / sourcerer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:HTML 81.8%Language:CoffeeScript 18.2%