First, it depends on how your environment is set up, whether your code repository includes Joomla code. If not, you need to add Joomla directory to your workspace. Secondly, it depends on your code. The hints will not be shown if you're using class aliases like JFactory. For instance, if you're using JFactory::getDbo() to retrieve the database instance. In that case you can run stub generator script (build/stubGenerator.php) but it's better to just upgrade to new namespaced classes. Or even refactor code to use proper DI.
Statistics: Posted by SharkyKZ — Tue Jul 09, 2024 4:25 pm