xsharp.eu • About IntelliSense in .XH files
Page 1 of 1

About IntelliSense in .XH files

Posted: Sat Jan 18, 2025 4:45 am
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.

Re: About IntelliSense in .XH files

Posted: Sat Jan 18, 2025 9:58 am
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

Re: About IntelliSense in .XH files

Posted: Sat Jan 18, 2025 10:18 am
by xinjie
Robert,

Thank you!