def createPhantom(self, doc, view):
xref_data = self.data[view.window().id()];
loc = sublime.Region(0,0);
return sublime.Phantom(loc, doc, sublime.LAYOUT_BELOW, lambda link: self.processLink(link, self.callers, view));
评论列表
文章目录