Wish Small auto-completion improvements

jmon

Well-Known Member
Licensed User
Longtime User
Hello,

these are not big issues, but I noticed that:

1) Select clause:

If I type "Else" in a select clause, the suggestion is wrong:
Untitled-1.png



2) Auto-Completion in same line:

Also the auto-completion doesn't work when code is written in the same line:
Capture.PNG



3) Calling a class within itself auto-completion problem:

If I call a class within this same class :confused: (I get the feeling that someone is going to tell me I shouldn't do it), I get wrong auto-completion suggestions (Mainly other code modules listed)
Untitled-3.png



:) That's it, Nothing very important here !

Thanks again for your hard work!
Jmon.
 
Top