Advertisement
rodro1

Auto import / use class sublime text

Dec 18th, 2021
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. php companion // pacakges for auto use class on top
  2.  
  3. After install package
  4.  
  5. cantr + shift + p -> find use
  6.  
  7. ==============
  8. to add short cut of find use add
  9.  
  10.  
  11. Sublime keymap
  12. ==============
  13.  
  14. {
  15.  
  16. { "keys" : ["ctrl+alt+f"],
  17. "command" : "find_use"
  18. }
  19.  
  20. }
  21.  
  22. // to get command
  23. view->show console
  24.  
  25. type: sublime.log_commands(True)
  26.  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement