For example, when I hover on "model" on this line: $this->load->model('localisation/currency');, a tooltip should popup and show the declaration. Or when I right click on "get" and select "Go to Definition" it should go to file which has this get() function. Now it says:
I tried some extensions like PHP Intelephense, PHP Intellisense but didn't work.No definition found for 'get'
I am using Opencart v3.0.3.8 and latest version of VS Code.
