We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8713d2 commit 171285bCopy full SHA for 171285b
Main.sublime-menu
@@ -0,0 +1,36 @@
1
+[
2
+ {
3
+ "id": "preferences",
4
+ "children":
5
+ [
6
7
+ "id": "package-settings",
8
9
10
11
+ "caption": "PythonVoiceCodingPlugin",
12
13
14
15
+ "caption": "Settings",
16
+ "command": "edit_settings",
17
+ "args":
18
19
+ "base_file": "${packages}/PythonVoiceCodingPlugin/python_voice_coding_plugin.sublime-settings",
20
+ "default": "{\n\t$0\n}\n"
21
+ }
22
+ },
23
24
+ "caption": "Argument Queries",
25
+ "command": "browse_url",
26
+ "args":{
27
+ "url":"http://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectArgument.md"
28
29
30
+ ]
31
32
33
34
35
36
+]
0 commit comments