| T O P I C R E V I E W |
| NOPcode |
Posted - Apr 03 2026 : 09:44:38 AM VS2022 Version 17.14.29
This has started with the last two-ish updates, and it's starting to actually get worse. When I right-click on the function (either in the definition, implementation, or point of use), Find References no longer shows the point of use, and sometimes even fails to find the implementation. Visual Studio's built-in Find All References still works.
FR does seem to work with the class name (FooBar) but not for the actual function (FooBar::Mumble or fbPtr->Mumble).
Doesn't seem to matter the project type or complexity, just fails to find the point of use.
Intellisense is turned on in the editor. |
|
|