I noticed it never works any more. For example I have the following code:
[HttpPost]
// [Authorize(Roles = "admin")]
public ActionResult ResetPassword(ResetPasswordViewModel a)
{
a.ResetPassword.
MembershipService.ResetPassword();
return View(l);
}
When typing the line a.ResetPassword. I don’t receive any prompts. Same for many other times when I type. The above is just one example of many. Any ideas on what could be wrong and why it doesn’t work any more?
Select Tools > Options > Text Editor > All Languages.
Ensure that the checkboxes in the Statement Completion section are actively checked (not grayed out).