Skip to content

Commit c32b3c2

Browse files
committed
update TODO in readme
1 parent 22de317 commit c32b3c2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

HiddenCodeAutoGen.sln

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator", "Generator\Gene
99
EndProject
1010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Core", "Generator.Core\Generator.Core.csproj", "{6A5862F5-F773-471A-8F0E-020B197713A4}"
1111
EndProject
12+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE8EDE26-C02A-4736-BA39-5D8C4D487DAE}"
13+
ProjectSection(SolutionItems) = preProject
14+
README.md = README.md
15+
EndProjectSection
16+
EndProject
1217
Global
1318
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1419
Debug|Any CPU = Debug|Any CPU

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Created by [Icer](http://icerdesign.com)
88

99
# TODO
1010

11+
- [x] Support generic class
12+
- [x] Support comma in parameter
1113
- [ ] Support reference custom generator in code
14+
- [ ] Support multiple classes in one file
1215
- [ ] Publish vsix on Visual Studio Gallery
1316

1417
# Installation

0 commit comments

Comments
 (0)