Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
/ PythonImporter Public archive

Sublime 3 plug-in which aims to make adding of Python import statements easier.

Notifications You must be signed in to change notification settings

gocept/PythonImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Import Helper

Goal

Make adding of Python import statements in Sublime easier.

Installation

  • Copy this folder to your Packages directory.

  • Add a keyboard short cut to invoke the function to your keyboard config:

    {"keys": ["super+alt+i"], "command": "add_python_import_statement"},
    

Usage

Highlight the text you want behind the import keyword and hit the keyboard short cut. The import with be added at the beginning of the file.

Open issues and ideas

  • Improve documentation
  • Make it a real sublime package
  • Upload package to
  • (Optionally) Sort imports after adding a new one
  • Do not add duplicate imports
  • Add ability for from imports

About

Sublime 3 plug-in which aims to make adding of Python import statements easier.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages