Skip to content

hitode909/emacs-auto-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

auto-programming.el

The Auto Programming Solution

How To Use

Write some code and execute auto-programming. You will get candidates of next line of your program.

For example, you type use stri, the code you want to get is use strict;, and the next line is use warnings.

How It Works

For example, when you write use stri and execute auto-programming,

  1. git grep use stri
  2. Collect the result of git grep
  3. Show the result in editor
  4. Replace the current line with the selected result

Requirements

  • Git
  • Perl

About

The Auto Programming Solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published