FrancescoGalatioto Hi I use your Devsense PHP platform on VisualStudio 2019 but now I would like to write Laravel's code. The problem is that I didn't find how to add/activate laravel's intellisense and your tool correts me everytime! I find a lot of tools for VisualStudio Code et similia but bo one solution for your buyed package, is it possible??
JakubMisek Hi, yes, laravel is supported. Usually, it is recommended to add a helper composer package - barryvdh/laravel-ide-helper - that contains additional IntelliSense definitions. You can install the package using the Composer package manager: