Auto Importing Using Statements in VS Code

Viewed 985

In Visual Studio, when you see a red line, you can place your cursor over the word, press Ctrl + . and click on the namespace you want to import (via a using statement). Is there a way to do this in VS Code without memorizing the namespaces?

0 Answers
Related