Visual Studio 2010 Override Intelligence Lost

Asked 2 years ago, Updated 2 years ago, 40 views

I use Visual Studio 2010.After installing ReSharper, most intelligence is automatically displayed without any problems, but only override methods are not automatically displayed.

For example, if proprotected internal virtual void OnUpdate() 」 is defined in the parent class and proprotected override void を is entered in the child class, the list of possible methods that can be overridden does not appear.If you try ReSharper on another PC that does not have ReSharper installed, you will see a list of possible methods that you can override without any problems.

I wonder if this can be fixed by fiddling with some settings.Thank you for your cooperation.

visual-studio

2022-09-29 21:53

1 Answers

I don't know if it will be a direct answer, but in my case, I will enter around 」ov 辺り without entering the access qualifier protected or return value void.Then, "override" appears as the complementary candidate, so if you press the space key, you will see the override method candidate.

This is not a ReSharper feature, but a Visual Studio feature.


2022-09-29 21:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.