I am trying to make a Sublime Text 3 plugin to loop through the Sublime Text windows and maximize each one.
I am looping through the windows like this but, after searching the web for a few hours, I do not know how to maximize the window.
import sublime
for window in sublime.windows():