def show_abbreviations(self):
abbrevs = ['{0} --> {1}'.format(item['trigger'], item['contents'])
for item in
abbrev.Store().get_all()]
self.window.show_quick_panel(abbrevs,
None, # Simply show the list.
flags=sublime.MONOSPACE_FONT)
评论列表
文章目录