About IntelliSense in .XH files

This forum is meant for questions about the Visual FoxPro Language support in X#.

Post Reply
User avatar
xinjie
Posts: 127
Joined: Wed May 20, 2020 10:05 am
Location: China
Contact:

About IntelliSense in .XH files

Post by xinjie »

Hi, Robert

IntelliSense is not valid in .XH files.
Is this situation by design?

That would probably be a better design if you could use IntelliSense in .XH files.
简单的东西重复做,你能成为专家;重复的东西用心做,你能成为赢家!
User avatar
robert
Posts: 4606
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: About IntelliSense in .XH files

Post by robert »

Xinjie,
Inside .XH files you should have keyword coloring and comment coloring.
At this moment we indeed to not have code completion.
The problem with .Xh files is that they are often without context. They can be used in different applications with different dependencies.
For .XH files that are project specific we could probably use the settings for the project (like the dialect and references).
For .Xh files that are not project specific this information is not available.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
xinjie
Posts: 127
Joined: Wed May 20, 2020 10:05 am
Location: China
Contact:

Re: About IntelliSense in .XH files

Post by xinjie »

Robert,

Thank you!
简单的东西重复做,你能成为专家;重复的东西用心做,你能成为赢家!
Post Reply