The SQL Prompt window doesn't auto-trigger when a table or view name starts with a numeric digit.
-- typing the following doesn't trigger the SQL Prompt popup. There is a view named AA.[3 insert factors]
SELECT * FROM AA.3
-- this is what I have to type to trigger SQL Prompt. It would be nice to eliminate the need to type the square bracket.
SELECT * FROM AA.[3