From 08032fa630c7d9e5dbc0b602b3b15f8c9fdbb22b Mon Sep 17 00:00:00 2001 From: Gen Lu Date: Mon, 27 Jul 2020 13:14:05 -0700 Subject: [PATCH] Update date --- ...sense-completion-unimported-types-and-extension-methods.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ide/reference/intellisense-completion-unimported-types-and-extension-methods.md b/docs/ide/reference/intellisense-completion-unimported-types-and-extension-methods.md index 83eb6c5d334..fc7b14f7e4c 100644 --- a/docs/ide/reference/intellisense-completion-unimported-types-and-extension-methods.md +++ b/docs/ide/reference/intellisense-completion-unimported-types-and-extension-methods.md @@ -1,7 +1,7 @@ --- title: IntelliSense completion for unimported types and extension methods description: How to use IntelliSense completion for types and extension methods that you haven't imported yet with a `using` directive. -ms.date: 03/10/2020 +ms.date: 07/27/2020 ms.topic: reference author: mikadumont ms.author: midumont @@ -33,7 +33,7 @@ This refactoring applies to: > [!TIP] > You can show/hide items from unimported namespaces on demand, using the **Expander button (Alt + A)** that appears at the bottom left of the completion list. To change the default behavior, go to **Tools** > **Options** > **Text Editor** > **C#** / **Basic** > **IntelliSense** and look for **Show items from unimported namespaces**. - + 2. Select and commit an unimported item. The using statement will be automatically added to your file.