Official API doc: https://www.sublimetext.com/docs/3/api_reference.html
For example, view.show_popup(message) is undocumented. Is there more?
Also, I find two typos.
-
post_text_command(view, command_name, args)
should beon_post_text_command(view, command_name, args)
-
post_window_command(window, command_name, args)
should beon_post_window_command(window, command_name, args)
UPDATE: OK. just find them in sublime.py
and sublime_plugin.py
.