php_localvarcheck.vim : highlight unused/unassigned local variable
| script karma |
Rating 9/3,
Downloaded by 1798 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Yukihiro Nakadaira |
| |
| script type |
| ftplugin |
| |
| description |
function example($unused) {
echo $unassigned;
}
$unused and $unassigned are highlighted when the cursor is in example(). |
| |
| install details |
| Put file in you ftplugin directory. |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.147
|