Skip to content

variables - unused and undefined #374

Open
@felixfbecker

Description

@felixfbecker

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions