When I write ORDER BY or GROUP BY, smart assist shows only separate words, like ORDER or GROUP. So I have manually add word BY.
Maybe it could suggest those two words as one unit "ORDER BY+(space)". Because there is no other variations of these constructs in sql as much as i know.