Skip to content

ajbm6/AutoimportSignature

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#AutoimportSignature

Installation

  • copy "Ilpaijin" dir e place it inside your Packages folder, mine is /home/{*****}/.config/sublime-text-2
  • bind a key of your choice to the command autoimport_signature inside KeyBinding-User file, mine is { "keys": ["f2"], "command": "autoimport_signature" }
  • OPTIONALLY, you can clone the repo and give a try to the different cases.

the first draft:

  • cursor hover or selection of the implemented class (or namespace word)
  • pressing a button (actual is f2)
  • autoimporting of all the methods implemented and docblockr created (if none present)

About

[Sublime Text 2, Python] Attempt to create an autoimport plugin responsible for importing signature when "implements" (or "extends") key used in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.2%
  • PHP 26.8%