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
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,3 +291,14 @@ Add the **JsUtils** component loading in the initialize method of the base contr
291
291
292
292
the jquery object in controller will be accessible on
293
293
`$this->JsUtils->jquery`
294
+
295
+
## Code completion in IDE
296
+
297
+
With most IDEs (such as Eclipse or phpStorm), to get code completion on the `$jquery` instance, you must add the following property in the controller documentation:
0 commit comments