Skip to content

hitode909/atom-auto-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-auto-programming package

Provide statistical complements for git project. Uses the autocomplete-plus package.

How To Use

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.

Install

apm install atom-auto-programming

Requirements

  • Only git projects are supported.

About

Provide statistical complements for git project

Resources

License

Stars

Watchers

Forks

Packages

No packages published