def run(self):
flags = sublime.CLASS_WORD_START | sublime.CLASS_WORD_END
view = self.window.active_view()
position = INFOS.go_to_tag(keyword=utils.get_node_content(view, flags),
folder=view.file_name().split(os.sep)[-2])
if position:
self.window.open_file(position, sublime.ENCODED_POSITION)
评论列表
文章目录