Incorrect method names displayed in VS

This forum is meant for questions and discussions about the X# language and tools
Post Reply
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

Incorrect method names displayed in VS

Post by ic2 »

Just FYI: after a day of working quite some hours with X# 2.14/VS 2019 I noticed that more than once I saw an incorrect method name in the right top of the VS window. It didn't help when I once again clicked in the method. Unfortunately I couldn't see a pattern.. The method code from which it showed the name was not even close to the method I was actually in. It showed the wrong name again after I clicked in some other methods (showing the right name) and back the (same) wrong name again in that specific method.

Also I again had the problem that Peek/Goto did not go to a method which was present. Unlike with some earlier X# versions when this failed, it worked for most methods without problems. Sorry, also here I did not see a pattern.

I'll keep an eye on it; maybe others have seen this too and could see a pattern which could help solving the issue.

Dick
Post Reply