Original Sources:
Used in this file:
~ Ex.:
import sublime, sublime_plugin
class ExampleOneCommand(sublime_plugin.TextCommand):
def run(self, edit):
self.view.insert(edit, 0, "Hello, World!")Remeber:
Pass edit to the run function as argument only if you intend to modify the view