예제 #1
0
파일: sublime.py 프로젝트: ronnyzxr/aml
 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)
예제 #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)