Skip to content

Commit 4b0c36f

Browse files
committed
Update README.md
1 parent 2cd4dba commit 4b0c36f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can update to the new version by the same way as the install. You don't have
3434
## How To Enable
3535

3636
- Open the project properties dialog (Right-Click your project > properties)
37-
- Frameworks > CakePHP3 > Check `Enabled`
37+
- Frameworks > CakePHP3/4 > Check `Enabled`
3838

3939
## Use Your Custom Directory Structure
4040

@@ -146,12 +146,12 @@ $this->Html->docType('[Ctrl+Space]');
146146
```
147147

148148
**NOTE**
149-
At first, add a semicolon(<kbd>;</kbd>) if you want to use code completions for parameters. Tips: You can add it like the following: <kbd>Ctrl</kbd>+<kbd>;</kbd>
149+
Please add a semicolon(<kbd>;</kbd>) if you want to use code completions for parameters. Tips: You can add it like the following: <kbd>Ctrl</kbd>+<kbd>;</kbd>
150150

151151
### Smart Go To
152152

153153
This feature is not enabled by default. If you want to use it, please set the KeyMap to it.
154-
(Tools > Options > Keymap > Search `CakePHP` > CakePHP3: Smart Go To > e.g. set <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>J</kbd>)
154+
(Tools > Options > Keymap > Search `CakePHP` > CakePHP3/4: Smart Go To > e.g. set <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>J</kbd>)
155155

156156
Files related to the current editor are shown when you run this action.
157157
e.g. If your current file is a Controller, template, table, entity, testcase, conponent and helper file(s) will be shown.

0 commit comments

Comments
 (0)