By adding the following code to Preferences -> Keybindings, now you can quickly open the Folder containing the script you are working on. Very convenient for collecting result, investigate script and so on.
{ "keys": ["ctrl+alt+e"], "command": "open_dir",
"args": {"dir": "$file_path", "file": "$file_name"} }