turbobabr / sketch-devtools

A set of tools for Sketch App plugins developers
MIT License
415 stars 25 forks source link

Custom protocol handler #19

Closed turbobabr closed 10 years ago

turbobabr commented 10 years ago

There should be an option to use custom protocol handler for jump to code featue.

Editor picker in settings panel should contain a new item named "Custom Protocol Handler" with an input field that contains protocol template in the following format:

subl://open?url={file}&line={line}&column={column}
turbobabr commented 10 years ago

rectangle 2