In DataGrip as other intellij-based IDEs everything is about source editing. So that can be achieved that way:
- Open console
- Start typing
sel, you’ll get completion popup (if not, hitCtrl+Space) - Select
selhere, which is live-template for select statement - Select statement will be generated, asking for table name and column list

- Select desired table from completion, as column list provide
* - Then hit
Alt+Enteron asterisk and selectExpand column list
I suggest you to look through https://www.jetbrains.com/datagrip/features/