If there is a single quote in a comment, there is no prompt popup
Examples:
--'
select * from <no popup>
-- why doesn't this work?
select * from <no popup>
If the string is closed, it does work.
-- why doesn't this work? This:' fixes it
SELECT * FROM <popup>
Examples: If the string is closed, it does work.