+16
Suggest declared variables when typing
Would be great to have feature that show a dropdown list of already used variable when typing a new varaible for example in php
I have this code
$foo = "test1";
$bar = "test2";
And when i type echo $ it lists foo and bar
Customer support service by UserEcho