sublimetext3 - SublimeText Find in files Plugin -
i have source code base lot of re-directions (mostly #defines) want write plugin find definition, , automatically find "references". i'm done "conversation", 10 find size_of_hashstag or etc, can not start automatic(built in) find in files method.
i tried:
where = 'my_src_dir' args = { "panel": "find_in_files", "in_selection": "true", "where": where} sublime.active_window().run_command("show_panel", args)
ofc myself python script, easier if use built-in.
Comments
Post a Comment