You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> -**_Fix_**: Creating Solution with the same name in the same directory.
24
+
> -**_Fix_**: find-parent-dir dependency updated to remove the error message from vscode.
13
25
14
26
## [1.2.9] - [2022-05-14]
15
27
16
-
> -**_New Feature added_**: Scoped namespaces in the .NET 6.0
17
-
> -**_Improvement_**: Project creation highlighting the `create project button` after the project name is typed and tab is pressed.
28
+
> -**_New Feature added_**: Scoped namespaces in the .NET 6.0
29
+
> -**_Improvement_**: Project creation highlighting the `create project button` after the project name is typed and tab is pressed.
18
30
19
31
## [1.2.8] - [2021-11-13]
20
32
21
-
> -**_New Feature added_**: Project support for C# .NET Core 6.0
33
+
> -**_New Feature added_**: Project support for C# .NET Core 6.0
22
34
23
35
## [1.2.7] - [2021-09-04]
24
36
25
-
-**_Fix_**: Classes, Interfaces, and other types created correctly even when the user type incorrect names.
26
-
-**_New Features added_**: Added a default folder for project creation. Add this configuration to your settings with your path: `"csharp-snippet-productivity.defaultFolderForProjectCreation": "D:\\"`**{Your path}**
37
+
-**_Fix_**: Classes, Interfaces, and other types created correctly even when the user type incorrect names.
38
+
-**_New Features added_**: Added a default folder for project creation. Add this configuration to your settings with your path: `"csharp-snippet-productivity.defaultFolderForProjectCreation": "D:\\"`**{Your path}**
27
39
28
40
## [1.2.6] - 2021-08-28
29
41
30
-
-**_Fix_**: Creating solutions in folders path with spaces were not possible. Now solutions and projects can be created in folders with spaces. **i.e: `c:\Your Project Folder\Solution.sln`**
42
+
-**_Fix_**: Creating solutions in folders path with spaces were not possible. Now solutions and projects can be created in folders with spaces. **i.e: `c:\Your Project Folder\Solution.sln`**
31
43
32
44
## [1.2.5] - 2021-08-01
33
45
34
-
-**_Fix_**: Removed the notes feature preview accidentally uploaded
46
+
-**_Fix_**: Removed the notes feature preview accidentally uploaded
35
47
36
48
## [1.2.4] - 2021-08-01
37
49
38
-
-**_Fix_**: Solution was being created with project name rather than solution data from solution field.
39
-
-**_New Features added_**:
40
-
-**_Add Project to a Solution_** : Capability to add projects to the same solution with a click of a button. You can select a different project framework as well as the template.
41
-
-**_Submenu With Options_** :
42
-
- Create Class
43
-
- Create Interface
44
-
- Create Record
45
-
- Create Struct
50
+
-**_Fix_**: Solution was being created with project name rather than solution data from solution field.
51
+
-**_New Features added_**:
52
+
-**_Add Project to a Solution_** : Capability to add projects to the same solution with a click of a button. You can select a different project framework as well as the template.
53
+
-**_Submenu With Options_** :
54
+
-Create Class
55
+
-Create Interface
56
+
-Create Record
57
+
-Create Struct
46
58
47
59
## [1.2.3] - 2021-07-18
48
60
49
-
-**_Fix_**: .NET target frameworks list on project creation are based on OS and SDKs installed.
50
-
-**_Enhancement_**: Design patterns snippets added. It will create a commented pattern code to be used as reference
- Enhancement: When creating classes or interfaces system will consider if you have a \<RootNamespace>YourUniqueNamespace\</RootNamespace> tag. If the tag is not found system will use your project name as your root namespace.
72
+
-Enhancement: When creating classes or interfaces system will consider if you have a \<RootNamespace>YourUniqueNamespace\</RootNamespace> tag. If the tag is not found system will use your project name as your root namespace.
61
73
62
74
## [1.2.1] - 2021-02-28
63
75
64
-
- Fixing command not found issue on 1.2 version
76
+
-Fixing command not found issue on 1.2 version
65
77
66
78
## [1.2.0] - 2021-02-28
67
79
68
-
- Added command to create Class from the context/menu
69
-
- Added command to create Interface from the context/menu
80
+
-Added command to create Class from the context/menu
81
+
-Added command to create Interface from the context/menu
70
82
71
83
## [1.1.0] - 2021-02-23
72
84
73
-
- Command to create projects
74
-
- Projects templates supported:
75
-
- Blazor Server App
76
-
- Blazor WebAssembly App
77
-
- Console Application
78
-
- Class Library
79
-
- .NET Core: Empty, MVC, Razor Page, Angular SPA, React SPA, React/Redux SPA, Web Api, GRPC Services, Razor Class Library
80
-
- Added snippets for creating arrays, lists and dictionaries using var
81
-
- var myArray = new type[size];
82
-
- var myList = new List\<type>();
83
-
- var myDictionary = new Dictionary\<type,type>();
85
+
-Command to create projects
86
+
-Projects templates supported:
87
+
- Blazor Server App
88
+
- Blazor WebAssembly App
89
+
- Console Application
90
+
- Class Library
91
+
- .NET Core: Empty, MVC, Razor Page, Angular SPA, React SPA, React/Redux SPA, Web Api, GRPC Services, Razor Class Library
92
+
-Added snippets for creating arrays, lists and dictionaries using var
93
+
- var myArray = new type[size];
94
+
- var myList = new List\<type>();
95
+
- var myDictionary = new Dictionary\<type,type>();
84
96
85
97
## [1.0.0] - 2021-02-11
86
98
87
-
- Initial project release
88
-
- Custom comments: colorful comments for better coding organization
89
-
- NORMAL comments [***//***]
90
-
- TODO: comments [***todo***]
91
-
- REVIEW: comments [***review***]
92
-
- BUG: comments [***bug***]
93
-
- RESEARCH: comments [***research***]
94
-
- General C# snippets
95
-
- XML Documentation snippets
99
+
-Initial project release
100
+
-Custom comments: colorful comments for better coding organization
0 commit comments