Code Assistant

After issuing some DDL statements which consisted of something like
Code:
alter table foo
modify (
the code assistant didn't pop up nor could it be prompted to with the hot key after the MODIFY keyword and opening left pararenthesis. However when I changed the statement to
Code:
alter table foo (
it did and then I had to add the MODIFY keyword afterwards. Perhaps you could enhance the assistant to consider these statements and not just appear when a dictionary item followed by a combination of '(', '.' or ',' appears?
 
Back
Top