Skip to content

wizardofozzie/Snakeyes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Snakeyes

A simple code-completion system for Pythonista

Currently a work-in-progress, Snakeyes is a code-completion system for Pythonista. When the script is run, presumably from the action menu, it checks the last three characters typed to see if they are one of the assigned keywords:

  1. def (define)
  2. ifc (if condition)
  3. wlt (while less than)
  4. fea (for entry array)

Their respective completions are:

def func_name():  
if condition:  
while i < num:  
for entry in array:  

Snakeyes automatically highlights the filler words in the autocompletion text.

Because Snakeyes is a work-in-progress, help with this project through pull requests is greatly appreciated.

About

A simple code-completion system for Pythonista

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages