You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ This will show you all of the core commands that are present in Sublime Merge. S
31
31
3.`CommandsBrowser: Browse available plugin/package commands.`
32
32
This will show you all of the plugin/package commands that are present in Sublime Text. Selecting one would open the corresponding plugin file & navigate to that location where the command class is implemented.
33
33
34
+
If you want to view the documentation for the package, simply use `CommandsBrowser: View Documentation` which will open the README for the project in your default browser.
35
+
34
36
**Note:**
35
37
36
38
1. Since the core command list is not exposed by ST like plugin commands are, the only way to keep track of it would be to manually maintain a list of commands and show it. So, the list is probably incomplete. As far as I know, it should be fairly close to a complete list (It's probably the most comprehensive public list available).
@@ -41,6 +43,13 @@ This package should be upto date with commands as of **ST Build 4122** & **SM Bu
41
43
42
44
### Settings
43
45
46
+
`CommandsBrowser` adds several settings for various customizations and filtering of commands which are documented below.
47
+
48
+
You can change the settings in 2 ways (Both will open the same side by side view for settings).
49
+
50
+
1. Use `Preferences -> Package Settings -> CommandsBrowser -> Settings` from the main menu.
51
+
2. Use `Preferences: CommandsBrowser Settings` from the command palette.
52
+
44
53
The package ships with necessary helper files for users of [LSP](https://packagecontrol.io/packages/LSP) + [LSP-json](https://packagecontrol.io/packages/LSP-json) to take full advantage of intelligent autocompletions for settings.
@@ -102,6 +111,11 @@ The default value for this setting is `"all"` (which is also the only valid stri
102
111
103
112
This package just ships with one key binding to make it easier to open the core commands documentation panel (If it exists). The key binding for that is <kbd>ctrl + shift + c, ctrl + shift + d</kbd>
104
113
114
+
You can change the key binding in 2 ways (Both will open the same side by side view for key bindings).
115
+
116
+
1. Use `Preferences -> Package Settings -> CommandsBrowser -> Key Bindings` from the main menu.
117
+
2. Use `Preferences: CommandsBrowser Key Bindings` from the command palette.
118
+
105
119
## Discussions
106
120
107
121
[Discussions](https://github.com/Sublime-Instincts/CommandsBrowser/discussions) are enabled for this repo so that constructive discussions can be had on how to effectively use commands (especially core) to improve your ST/SM workflows. Any questions on core commands can be done in the respective channels i.e. [Sublime Text](https://github.com/Sublime-Instincts/CommandsBrowser/discussions/categories/sublime-text-commands) and [Sublime Merge](https://github.com/Sublime-Instincts/CommandsBrowser/discussions/categories/sublime-merge-commands).
0 commit comments