Skip to content

Commit fc2717f

Browse files
[Feature] Add a command palette entry to view documentation.
This commit adds an entry to the command palette (just like main menu) to view the documentation.
1 parent b6445a5 commit fc2717f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

resources/CommandsBrowser.sublime-commands

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
"caption": "CommandsBrowser: Browse available Plugin/Package commands.",
1818
"command": "commands_browser_plugin_commands_33",
1919
},
20+
{
21+
"caption": "CommandsBrowser: View Documentation.",
22+
"command": "open_url",
23+
"args": {
24+
"url": "https://github.com/Sublime-Instincts/CommandsBrowser#readme"
25+
},
26+
},
2027
{
2128
"caption": "Preferences: CommandsBrowser Settings.",
2229
"command": "edit_settings",

0 commit comments

Comments
 (0)