sourcerer
sourcerer copied to clipboard
Turn english into code snippets, no neural nets. We did it 5 years before before Copilot ;)
I've tried "quicksort" and "hello world" as shown in the examples, but "No results found" is shown. I've selected the text in question and pressed alt+s.
on linux atom 1.11.1 alt-s brings up the "selection menu" from the top of atom. I created another keystroke to bring it up, but I think alt-s would be nice...
Please use HTTPS when fetching code from Stackoverflow. I really do not want malicious code/backdoors end up in my files!
Currently, this package relies on Google, which might not be desirable for all users (privacy concerns, filter bubble, …). What about supporting [DuckDuckGo](https://duckduckgo.com/) as a search back-end? It supports the...
Since currently every section is inserted with a separate `editor.insertText()` call (and `__insertComment()` does multiple modifications), undoing the action requires multiple Ctrl-Z's and exposes implementation details. `undo: "skip"` _may_ be...