I'm moving from TOAD to DBeaver and by now I'm really happy

One little thing I miss is the ability to set caret position when inserting a template value into a sql editor.
In TOAD you can use a pipe to set where cursor must be placed after insert the template, because often you want to insert parameters to queries.
Ex:
SELECT * FROM USERS
WHERE dept= |
ORDER BY ID
This is a simple query but for complex ones it is very useful to be auto-positioned.
Hope you consider the improvement.
That's a lot!
Marco