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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -