Idea Summary
There are several places in APEX Page designer, like IG source, DA of type PLSQL etc where we can give list of items to submit to session state. Currently only one item is allowed to be selected at a time from the suggestions dialog. Would be helpful if multiple items can be selected at once.
Preferred Solution (Optional)
I would scan through the PLSQL code and find bind page items used and would list them as a group and other items below as unused items and provide provision to select multiple items. A done button would then convert all selected items into a string of page items with comma separation as required