I haven't seen them reply to anything on the ideas platform for awhile.
But they seem to frequent the forums more, and recently all the discussions/feedback topics here have been getting noticed.
There's a few ways to alleviate large global variable dropdown menus. You can reduce their scope to local variable in groups, or make them instance variable on global objects (with a defined scope). So it hasn't been a problem for me!