From PhpStorm to VSCode. Is there 'best practice suggestion' like in PhpStorm

Viewed 100

When I was using PhpStorm I got best practice suggestions with yellow underline and a light bulb to for example use const instead of define. Example:

define("MENU_MAIN", "main-menu");
define("MENU_MOBILE", "mobile-menu");
define("MENU_FOOTER_1", "footer1");

Now I am using VSCode and can't find any similar functionality. Is there any extension or something?

0 Answers
Related