Exemplo n.º 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)
Exemplo n.º 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)