Yesterday I upgraded Xamarin Studio on my Mac (10.12.4)
to 6.1.5 (build 0)
community edition.
If I create a new project, everything works as expected, but in my existing solution that is quite extensive, code completion, symbol navigation (e.g., right-clicking a symbol to find references), and brace matching are all not functioning.
Note: It seems to be functioning properly in XAML files, but not CS files. This is strange, since everything I could find searching appears to suggest the opposite is the most likely circumstance.
Here are the things I've tried so far to remedy it:
- Removing and reinstalling Xamarin Studio
- Deleting all Xamarin-related files from
~/Library/
and~/Library/Caches
- Turning off the related settings, then back on
- Restarting my Mac
It may be worth noting that in the area above the text editor, I see the following 'no selection' message, no matter what I do in the file:
and if I select a symbol, the menu is always greyed out:
I have not seen anything that appears to be relevant in the IDE logs, and I have tried everything I can think of at this point.
Does anyone out there have any suggestions on what to try next, or how to debug this issue?
Lastly, on another Mac with the same version of Xamarin Studio, I am unable to reproduce, and we're both pulling from the same git repo.
Thanks in advance.