Jan-Christian Föh

Results 5 comments of Jan-Christian Föh

I would like to second this feature request. This is my main annoyance these days, and I have yet to find a plugin to fill this gap.

@titoBouzout thanks for sharing that, I appreciate it! I'll give it a shot; where do I put the Python file — `Packages/User` or any of the `Lib/python3(x)` directories?

Okay, I've tried two different ways: 1. copying the .py to `Packages/User` and adding `Packages/User/Command.sublime-commands` 2. copying it to `Packages/locate_folder` and adding `Packages/locate_folder/Default.sublime-commands` Sublime picks up both on load, but...

@titoBouzout thanks again! I also had to add `import sublime`, as it couldn't find that either: `NameError: global name 'sublime' is not defined` After that, it _almost_ works — just...

@titoBouzout your updated version works like a charm! Just ten minutes and it already feels indispensible. Thank you again for your time, this is brilliant!