Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /