Skip to content

airosB/sublime-console-debug-easilizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

sublime-console-debug-easilizer

A SublimeText3 plugin: Smarter shortcut for console.log(); or var_dump(); or something.

##Installation & Usage

  1. Copy ConsoleDebugEasilizer.py to your SublimeText3's Packages directory.
  2. Open SublimeText3 > Preferences > Key Bindings - User
  3. Insert new line for the plugin. ex) { "keys": ["ctrl+shift+space"], "command": "console_debug_easilizer"},
  4. Select some string on any file and press the shortcut key you set above.
  5. If your file is PHP, then you get var_dump(SELECTED_STRING);. Otherwise you get console.log(SELECTED_STRING);

Please fork this and append definitions for languages you use.

About

Smarter shortcut for "console.log();" or "var_dump();" or something

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages