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 2ca96e7 commit fa9597fCopy full SHA for fa9597f
dev/ide.json
@@ -21,6 +21,27 @@
21
}
22
23
]
24
+ },
25
+ {
26
+ "id": "dragon-code.feeds.converter",
27
+ "name": "Create Feed Converter",
28
+ "classSuffix": "Converter",
29
+ "regex": ".+",
30
+ "files": [
31
32
+ "appNamespace": "Converters",
33
+ "name": "${INPUT_CLASS|replace: ,_|className|upperCamelCase}.php",
34
+ "template": {
35
+ "type": "stub",
36
+ "path": "/stubs/converter.stub",
37
+ "fallbackPath": "stubs/converter.stub",
38
+ "parameters": {
39
+ "DummyNamespace": "${INPUT_FQN|namespace}",
40
+ "DummyClass": "${INPUT_CLASS|replace: ,_|className|upperCamelCase}"
41
+ }
42
43
44
+ ]
45
46
47
0 commit comments