Super-smart auto-complete for variables in PHP

I have one feature request. It can increase code writing for php developers. I mean call auto-complete for any words, not only for registered (like for, foreach). For example to see auto-complete for variable $some_var = true; I must type “$” first and after that start typing name of variable. “$” sign a bit away off from main keyboard key (a-z keys, etc) used for coding so if I will can type “some” and will seen same auto-complete as for “$some” - it will be very good :smile: