-
Notifications
You must be signed in to change notification settings - Fork 4
highlight unused/unassigned local variable
vim-scripts/php_localvarcheck.vim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2803 function example($unused) { echo $unassigned; } $unused and $unassigned are highlighted when the cursor is in example().
About
highlight unused/unassigned local variable
Resources
Stars
Watchers
Forks
Packages 0
No packages published