Skip to content

Commit fbb1033

Browse files
committed
acrolinx edits
1 parent df29333 commit fbb1033

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ide/miscellaneous-files.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Work with miscellaneous files
3-
description: Learn how to work on files that are not included in a Visual Studio project or solution.
3+
description: Learn how to work on files that aren't included in a Visual Studio project or solution.
44
ms.date: 8/7/2025
55
ms.topic: reference
66
f1_keywords:
@@ -21,7 +21,7 @@ ms.subservice: general-ide
2121
---
2222
# Work with miscellaneous files
2323

24-
You might want to use the Visual Studio editor to work on files independently from a project or solution. While you have a solution open, you can open and modify files without adding them to a solution or to a project. Files you want to work with independently are called miscellaneous files. Miscellaneous files are external to solutions and projects, are not included in builds, and cannot be included with a solution under source control.
24+
You might want to use the Visual Studio editor to work on files independently from a project or solution. While you have a solution open, you can open and modify files without adding them to a solution or to a project. Files you want to work with independently are called miscellaneous files. Miscellaneous files are external to solutions and projects, aren't included in builds, and can't be included with a solution under source control.
2525

2626
Opening files independently from a project or solution is useful for a variety of reasons. You might have a file that you want to view while developing a project-based solution but that's not integral to the solution's development. Common examples include development notes or instructions, database schema, and code clips. In addition, you might want to create a stand-alone file.
2727

@@ -32,15 +32,15 @@ Solution Explorer can display a **Miscellaneous Files** folder for the files if
3232
The **Miscellaneous Files** folder represents the files as links. Although this folder is not part of a solution, when you open a solution, some or all of the miscellaneous files that were opened when the solution was last closed are reopened, depending upon the settings for the folder.
3333

3434
> [!NOTE]
35-
> Some of the files that do not appear in the **Miscellaneous Files** folder are files that you cannot modify within the IDE, such as .zip files and .doc files. The IDE doesn't track files that can only be modified through an external editor.
35+
> Some of the files that don't appear in the **Miscellaneous Files** folder are files that you can't modify within the IDE, such as .zip files and .doc files. The IDE doesn't track files that can only be modified through an external editor.
3636
3737
## Commands available in the IDE
3838

3939
The menus, toolbars, and the commands they contain change based on the format of the file you open. When you open a text file, for example, the Text Editor toolbar appears and its commands are available. If you then open an XML Schema file, the XML Schema toolbar appears. While editing your XML Schema, the Text Editor toolbar's commands (or the toolbar itself) are unavailable. The XML Schema is the active window and as such, has current selection context. When you switch between a project file and a miscellaneous file, all project-related commands disappear and only those that are directly related to the miscellaneous file appear.
4040

4141
## Folder display options
4242

43-
You can set display options for the **Miscellaneous Files** folder so that the folder appears even though you have not opened any miscellaneous files. The solution file does not permanently manage a list of miscellaneous files. It uses an optional feature that allows it to remember a per-user, most recently used (MRU) list of files.
43+
You can set display options for the **Miscellaneous Files** folder so that the folder appears even though you have not opened any miscellaneous files. The solution file doesn't permanently manage a list of miscellaneous files. It uses an optional feature that allows it to remember a per-user, most recently used (MRU) list of files.
4444

4545
## See also
4646

0 commit comments

Comments
 (0)