Sometimes the Code auto-complete doesn't work for no particular reason...
If I write "If 1 = 1" and then press ENTER SD shoult auto-complete this to
"If 1 = 1 Then
End If"
But is doesn't. I found out that this sometimes depends on the fact, that the "Then" is missing anywhere in the whole code
e.g.:
If 1 = 1
Messagebox.Show("Möp")
End If
Or if you write 2 commands in one line (e.g.: "Catch : End Try")
Compiling is still possible, but tue auto-complete is de-activated by this.
Now if I write "If 1 = 1" and press ENTER, SD doesn't complete it anymore...
But in the Project I'm working at i couldn't find anything like this. And it's nasty to check every If and Try you use in your Code, especially if it is more then 1200 Lines long...
I hope someone knows how to solve this problem, because always writing the "Then" and the "End If" is making me crazy.
It would help me a lot.
Thx to everyone who can help me - cca_ccb