+16

Suggest declared variables when typing

Scanu 12 years ago in General 0

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