The usings on the namespace are not visible in my Visual Studio 2022 C# project

Hakan Geldiç 45 Reputation points
2023-02-15T16:28:02.5633333+00:00

Hello, I do not see the using statements on the namespace, how can I turn this feature on? I use as below ctrl + . I add it with but still the new ones do not appear.

using System;
using System.Collections.Generic;
using System.Linq;

1

Developer technologies | Visual Studio | Other
Developer technologies | C#
0 comments No comments
{count} vote

Accepted answer
  1. Karen Payne MVP 35,586 Reputation points Volunteer Moderator
    2023-02-15T16:41:32.0533333+00:00

    Under project properties un-check the following.

    24

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Hakan Geldiç 45 Reputation points
    2023-02-15T17:26:22.5233333+00:00

    What is the reason for such straight line lines? I did something like this while trying to find the feature you mentioned.

    1

    0 comments No comments

  2. Karen Payne MVP 35,586 Reputation points Volunteer Moderator
    2023-02-15T17:29:15.67+00:00

    The straight line is a separator


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.