Provide statistical complements for git project. Uses the autocomplete-plus package.
Write some code and run autocomplete-plus
manually.
You will get candidates of next line of the code.
For example, when you type use stri
, the code you want to get is use strict;
, and the next line is use warnings
.
atom-auto-programming
runs git grep 'use stri'
internally, collect result, and sort by appear count.
apm install atom-auto-programming
- Only git projects are supported.