Open
Description
From @manwe-pl on May 9, 2017 13:27
Hi. Thanks for the extension. Two ideas from IntelliJ that you might consider:
- highlighting unused variables (declared but never used after that),
- highlighting undeclared variables, that are used (like if(… = $foo) without $foo = …).
Copied from original issue: felixfbecker/vscode-php-intellisense#120