VS : "Go to definition" from C# to X#

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
baramuse
Posts: 85
Joined: Tue Nov 29, 2022 8:31 am
Location: France

VS : "Go to definition" from C# to X#

Post by baramuse »

Hi,

I have a ASP.NET Core project to host a webservice that consumes an XSharp library, part of the same project, referenced by the webservice project.
I was just wondering if it would be possible for the VS integration, when I "Go to definition" from the C# code (aps.net webservice) to navigate to the XSharp library source (part of the same project) instead of navigating to the dissambly of the reference XSharp library ?

Or should it be the case already and that's my setup doing that ?

Regards.
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: VS : "Go to definition" from C# to X#

Post by robert »

Basile,
We have no idea how we could do that...
We don't control that.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
baramuse
Posts: 85
Joined: Tue Nov 29, 2022 8:31 am
Location: France

Re: VS : "Go to definition" from C# to X#

Post by baramuse »

Ok ! I was just asking !

Thanks anyway.
Post Reply