Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 623 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 623 Bytes

SublimeBasic

A set of plugins for making (PHP) development easier in Sublime Text

  • Insert class variable with super+i
  • Insert line ending with ;
  • New PHP class
  • Rename PHP class
  • Implement interface methods
  • Import namespace with super+m
  • HTML script:src and link:href autocompletions
  • Copy a specific line with ctrl+j
  • Select all class names in a view except those who already are imported with super+alt+a
  • Wrap code in function feature with ctrl+u

To do

  • Check for PHP built in classes in PHP files
  • Remove unused classes
  • When inserting {} in an object insert a comma as well
  • Automatic End of Line