XSharpPublic
XSharpPublic copied to clipboard
[VS Integration]IntelliSense in "With...EndWith"
VFP dialect, For example in the code below:
With This
.
EndWith
Note the dot in the code.
When dot is entered, no member information is listed. While this does not cause any build or runtime problems, the comparison is possible in VFP and improves efficiency.
Also, typing Enter after typing “EndWith” does not indent the code correctly.
Typically, nesting of such structures is common in VFP.
I know that this common. We'll take care of this.