def on_navigate(self, href):
href_s = href.split('@')
pos = sublime.Region(0,0)
v = self.view.window().open_file(href_s[1], sublime.ENCODED_POSITION)
############################################################################
# Helper function to retrieve current module name based on cursor position #
评论列表
文章目录