XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

[VS Integration]IntelliSense in "With...EndWith"

Open vfp9 opened this issue 1 year ago • 2 comments

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.

vfp9 avatar Sep 16 '24 16:09 vfp9

Typically, nesting of such structures is common in VFP.

vfp9 avatar Sep 16 '24 16:09 vfp9

I know that this common. We'll take care of this.

RobertvanderHulst avatar Sep 16 '24 19:09 RobertvanderHulst