Bug: code completion after comment does not work

Claus Pedersen

Member³
I use code completion on the following code:
Code:
substr ('my string', -- a comment
                     -- perform code completion on this line
I place my cursor on the second line (first position) and perform code completion. I get the error "The Code Assistant can only be activated after a period, comma or left paranthesis or at the end of a word", probably because of the line comment on first line. A block comment at the end of the line gives same error. I have to delete my comment in order to make code completion work.

I would appreciate very much if this error could be corrected in the 7.1.4 version ;)
 
We'll fix it. Note that typing a comma instead of deleting the comment also works. You have to delete the comma afterwards of course.
 
Back
Top