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 2071759 commit 1774b7fCopy full SHA for 1774b7f
data/fixtures/recorded/actions/snippets/funkWrapClass.yml
@@ -4,13 +4,14 @@ command:
4
spokenForm: funk wrap class
5
action:
6
name: wrapWithSnippet
7
- snippetDescription: {type: named, name: functionDeclaration, variableName: body}
+ snippetDescription: {type: custom, variableName: body, body: "def $name($parameterList):\n\t$body"}
8
target:
9
type: primitive
10
modifiers:
11
- type: containingScope
12
scopeType: {type: class}
13
usePrePhraseSnapshot: true
14
+spokenFormError: custom wrap with snippet
15
initialState:
16
documentContents: |-
17
class Aaa:
0 commit comments