Ext JS 6.5 now supports ES6.
Therefore, I can write a method to the controller as follows.
PHP Code:
onItemClick(view, record) {
// some code
}
However, the IDE Plugin displays an error message.
Method onItemClick not found in MyApp.main.MainController
Are you going to improve this problem?