Multiple select auto complete feature
The auto complete feature is nice but it should allow choosing more than one field instead of choosing fields one by one. (i.e. I need to select 5 of the 8 columns of the table by highlighting them all in the same drop box and then press enter to see them all added to my select statement instead of repeating this step 5 times).

We’re happy to inform you that the feature is available in dbForge Studio for Oracle, v3.5.
-
Paul Campbell commented
Implementing the same auto complete features as SQL Complete would be excellent. This would allow selecting multiple columns and also pressing TAB to expand SELECT * to SELECT col1, col2, col3 etc..