Skip to content

Instantly share code, notes, and snippets.

View Feacur's full-sized avatar
🐦
https://twitter.com/Feacur

Leonid Kapitonov Feacur

🐦
https://twitter.com/Feacur
View GitHub Profile
@Feacur
Feacur / plugins.py
Last active June 2, 2024 18:09
[sublime text] allow jumping to file from search or build output
import sublime
import sublime_plugin
import re
import os.path
# %appdata%/Sublime Text/Packages/User
# http://www.sublimetext.com/docs/api_reference.html
class FindResultsGotoCommand(sublime_plugin.TextCommand):
def run(self, edit):