locked
Disable a special feature in V.S. RRS feed

  • Question

  • User1421620300 posted

    I need a brief explanation as to why my code editor keeps showing this feature in my editor window. This feature is preventing me from adding code to my methods. I think the feature is called application insights. Is there a way to set it to disable? Markus.

    0 references| 0 requests| 0 exceptions

    public ActionResult Create()

    {
    return View();
    }

    Sunday, February 19, 2017 7:24 PM

Answers

  • User-821857111 posted

    Markus33

    I think the feature is called application insights.

    No, it's called CodeLens. Right click on it and choose CodeLens Options, then you can disable it (or uncheck Enable).

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Sunday, February 19, 2017 8:38 PM