Exemple #1
0
 def lookup_symbol_in_index(self, sym):
     """ Finds all files and locations where sym in defined, using the symbol index """
     return sublime_api.window_lookup_symbol(self.window_id, sym)
Exemple #2
0
 def lookup_symbol_in_index(self, sym):
     """ Finds all files and locations where sym in defined, using the symbol index """
     return sublime_api.window_lookup_symbol(self.window_id, sym)