Skip to content

Repo sync for protected CLA branch #7874

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ide/reference/convert-anonymous-type-to-tuple.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Convert Anonymous Type to Tuple
description: Learn how to use the Quick Actions and Refactorings menu to convert an anonymous type to a tuple in Visual Studio.
ms.custom: SEO-VS-2020
ms.date: 01/28/2022
ms.date: 04/05/2022
ms.topic: reference
author: mikadumont
ms.author: midumont
Expand Down
Binary file modified docs/ide/reference/media/convert-anon-to-tuple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/ide/reference/sort-usings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Sort usings
description: How to sort `using` directives at the top of your file so that they are in alphabetical order.
ms.date: 03/10/2020
ms.date: 04/05/2022
ms.topic: reference
author: mikadumont
ms.author: midumont
Expand Down Expand Up @@ -34,6 +34,10 @@ This refactoring applies to:

![Sort usings](media/sort-usings.png)

3. You can also configure different settings for `using` directives in **Tools** > **Options** > **Text Editor** > **C#** > **Advanced**.

![Sort usings configuration options](media/sort-usings-configuration-options.png)

## See also

- [Refactoring](../refactoring-in-visual-studio.md)