Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing builtins to the command completions #251

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions plugins_/command_completions/builtin_commands_meta_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,12 @@ toggle_bookmark:
toggle_full_screen:
command_type: window
doc_string: Toggle whether the current Sublime Text window is in full screen mode.
toggle_menubar:
command_type: window
doc_string: Toggle the visibility of the menu bar.
toggle_minimap:
command_type: window
doc_string: Toggle the visibility of the minimap.
toggle_overwrite:
command_type: text
doc_string: Toggle whether the caret is in insert mode or overwrite mode.
Expand All @@ -344,6 +350,12 @@ toggle_setting:
toggle_side_bar:
command_type: window
doc_string: Toggle the visibility of the side bar.
toggle_status_bar:
command_type: window
doc_string: Toggle the visibility of the status bar.
toggle_tabs:
command_type: window
doc_string: Toggle the visibility of the tab controls.
undo:
command_type: text
doc_string: Undo the last action.
Expand Down