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
@@ -44,14 +70,14 @@ with [Caster](https://github.com/dictation-toolbox/Caster). Despite the excelle
44
70
In particular, navigation through the code sometimes felt a little bit too mechanistic. Say for instance you want to go to some location or select some text. For the most part ,you are describing what actions
45
71
need to be taken to get there. What if you could instead simply describe (syntactically) what you want to select?
46
72
47
-

73
+

48
74
49
75
PythonVoiceCodingPlugin tries to enable you to do just that!
50
76
To provide this functionality, it ships with bundles the implement a grammar, hopefully expressive enough for describing regions of interest, while running on the voice coding macro system side. These bundles
51
77
cooperate with the core plugin, running on the editor side, arguably the more suitable of the two environments
52
78
for analyzing source code and decoding the meaning of queries within the given context.
53
79
54
-

80
+

55
81
56
82
57
83
I want to be honest. This is not exactly the best code ever written. It is far from it:) And it is far from the full functionality i would want it to offer. Nonetheless, I still think that PythonVoiceCodingPlugin is a tool that :
@@ -76,7 +102,7 @@ I want to be honest. This is not exactly the best code ever written. It is far f
76
102
* is partly customizable. If you find yourself using certain commands with some given parameters often and want a shorthand smaller command, you can always follow my commented banana example:)
77
103
78
104
79
-

105
+

80
106
81
107
As I said, far (really far) from perfect but nonetheless an out-of-the-box solution which I hope to be helpful ,especially for beginners to get up to speed , and a step towards the right direction. I hope you enjoy using it as much as I have enjoyed coding it:)
0 commit comments