X-Sharp / XSharpPublic

Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Apache License 2.0
93 stars 36 forks source link

[VS Integration]IIntelliSense in "With...EndWith" #1561

Open vfp9 opened 2 days ago

vfp9 commented 2 days ago

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 commented 2 days ago

Typically, nesting of such structures is common in VFP.

RobertvanderHulst commented 2 days ago

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