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 bdda0dc commit 7dbb272Copy full SHA for 7dbb272
README.md
@@ -64,6 +64,7 @@ I'll support them using `.cake` file.
64
65
- Code completion
66
- Smart Go To
67
+- Run Actions (Run Command)
68
- Template files(Controller, Table, Helper, e.t.c.)
69
- Resolve mime-types for a ctp extension and a `.cake` file
70
@@ -143,8 +144,13 @@ You can change a list to specific category's one like the following.
143
144
145
Right-click a project > CakePHP3
146
147
+- Run Command
148
- Run server
149
150
+### Run Command
151
+
152
+All commands will be shown as a list in the command dialog. Then you can run a command with some parameters.
153
154
### Run server
155
156
Just run `cake server`. If you want to set details, please use `Run Configuration` of project properties.
0 commit comments