clutcher / bh

Issue tracker for Better Highlights Intellij IDEA plugin
6 stars 0 forks source link

Link to class doesnt work for interfaces (c#) #107

Closed puschie286 closed 2 months ago

puschie286 commented 2 months ago

According to your How to use linking there is no special treatment for interfaces. But interfaces are not recognized as classes (at least for C#).

Linking to classes / files and so on are working fine. Workaround: use file linking

clutcher commented 2 months ago

@puschie286 Interfaces should also work. You have issues with C# on Rider?

puschie286 commented 2 months ago

@clutcher yes - comment inside an interface with link to another interface image as mentioned, file link works fine image

clutcher commented 2 months ago

@puschie286 Thanks. Looks like a Rider related bug, I'll take a look on it. Most probably somewhere next week I would release fix for it.

puschie286 commented 2 months ago

tested newest (2024.1.16) version -> works after cache invalidation, thanks.