For a statement like this:
INSERT INTO DOCUMENT (DOCUMENT_ID, DOCUMENT_NAME_TEXT, ....
IDEA correctly offers suggestions for column names if I press Ctrl+Space while the cursor is after the first comma. However, if fails to do so if the cursor is right after the opening round bracket.