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
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,7 @@ Brute forcing conversion(generating) from C# to Javascript.
3
3
4
4
This is a personal project with purpose to learn and understand better c# and js at the same time. Many stuff is not supported and some won't. Updates will be happening when I'm using this library.(irregular)
@@ -87,19 +84,23 @@ More examples [here](https://tilied.github.io/CSTOJS_Pages/articles/intro.html).
87
84
88
85
## Some Todos
89
86
-[x]~More comments in code, especially in [CSTOJSOptions](https://github.com/TiLied/CSharpToJavaScript/blob/master/CSharpToJavaScript/CSTOJSOptions.cs)~
90
-
-[ ] Wiki?????
87
+
-[ ] Wiki???????
91
88
-[x]~Better and more examples~[Here](https://tilied.github.io/CSTOJS_Pages/articles/intro.html). WIP!
92
89
-[x]~Figure out how to do docs for [api](https://github.com/TiLied/CSharpToJavaScript/tree/master/CSharpToJavaScript/APIs/JS)~[Docs](https://tilied.github.io/CSTOJS_Pages/) WIP!
-[ ][Visual Studio extension](https://learn.microsoft.com/en-us/visualstudio/extensibility/starting-to-develop-visual-studio-extensions?view=vs-2022)?
95
-
-[ ][Visual Studio Code extension](https://code.visualstudio.com/api)??? Can I?
91
+
-[x]~[Visual Studio extension](https://learn.microsoft.com/en-us/visualstudio/extensibility/starting-to-develop-visual-studio-extensions?view=vs-2022)?~[Here](https://marketplace.visualstudio.com/items?itemName=tilied.cstojs-vs-ext)
92
+
-[x]~[Visual Studio Code extension](https://code.visualstudio.com/api)??? Can I?~[Here](https://marketplace.visualstudio.com/items?itemName=tilied.cstojs-vscode-ext)
96
93
97
94
## Related Repository
98
95
- Library for generating docs: https://github.com/TiLied/GenDocsLib
99
96
- Library for generating csharp: https://github.com/TiLied/GenCSharpLib
100
97
101
98
CLI for library: https://github.com/TiLied/CSTOJS_CLI
102
-
99
+
100
+
VS Code Extension using CLI: https://github.com/TiLied/CSTOJS_VSCode_Ext
101
+
102
+
VS Extension using CLI: https://github.com/TiLied/CSTOJS_VS_Ext
0 commit comments