I'm missing code assistance in the following scenario:
(Assuming a given table named "special" for the example.)
1. Type "select * from spec" -> Code assistance displayed
2. In case of a typo "select * from specl" -> Code assistance disappears
3. After deleting the faulty "l" with backspace -> Code assistance still not triggered, although valid entry given
Expectation would be, that code assistance would jump in as soon as there is a valid input given to be completed.
The same issue applies, if the typo is removed with the Delete key instead of Backspace. I have seen this in Program- and SQL-windows, but it might occur in other window types too. I didn't check that yet.
(Assuming a given table named "special" for the example.)
1. Type "select * from spec" -> Code assistance displayed
2. In case of a typo "select * from specl" -> Code assistance disappears
3. After deleting the faulty "l" with backspace -> Code assistance still not triggered, although valid entry given
Expectation would be, that code assistance would jump in as soon as there is a valid input given to be completed.
The same issue applies, if the typo is removed with the Delete key instead of Backspace. I have seen this in Program- and SQL-windows, but it might occur in other window types too. I didn't check that yet.
Last edited: