Skip to content

Commit ec7b8be

Browse files
committed
Mod context menu label
1 parent 09610aa commit ec7b8be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation~/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This Unity Editor Extensions create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).
44

5-
When opening the context menu and select **Create | Script Folders with Tests**,
5+
When opening the context menu and select **Create | C# Script Folders with Tests**,
66
The root folder (e.g., named "MyFeature") and below will be created as follows.
77

88
```

Editor/CreateScriptFoldersWithTestsMenu.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace CreateScriptFoldersWithTests.Editor
99
{
1010
public static class CreateScriptFoldersWithTestsMenu
1111
{
12-
[MenuItem("Assets/Create/Script Folders with Tests")]
12+
[MenuItem("Assets/Create/C# Script Folders with Tests")]
1313
private static void CreateFeatureFolderWithTestsMenuItem()
1414
{
1515
ProjectWindowUtil.StartNameEditingIfProjectWindowExists(

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This Unity Editor Extensions create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).
66

7-
When opening the context menu and select **Create | Script Folders with Tests**,
7+
When opening the context menu and select **Create | C# Script Folders with Tests**,
88
The root folder (e.g., named "MyFeature") and below will be created as follows.
99

1010
```

0 commit comments

Comments
 (0)