Sublime列對齊插件

演示: 源碼: import sublime import sublime_plugin class AlignColCommand(sublime_plugin.TextCommand): def run(self, edit): most_right_pos = max(self.get_pos(self.view.sel())) for region
相關文章
相關標籤/搜索