Open
Description
Version 2.4.1.4742
OS: Microsoft Windows NT 10.0.17134.0, x64
Host Product: Microsoft Office x86
Host Version: 16.0.11629.20246
Host Executable: POWERPNT.EXE
Description
RD Auto-completion doesn't put cursor within auto-completed double-quote when writing a Case statement in a Select Case construct.
To Reproduce
Steps to reproduce the behavior:
1.Type: Case=
2. Add the first double-quote: Case="
3. VBIDE converts it to: Case Is ="
4. RD adds the closing double-quote
5. The cursor is after the s in Is
Expected behavior
Expected behavior would be for cursor to be inside the double-quotes