NTypewriter icon indicating copy to clipboard operation
NTypewriter copied to clipboard

File/code generator using Scriban text templates populated with C# code metadata from Roslyn API.

Results 16 NTypewriter issues
Sort by recently updated
recently updated
newest added

I know this is a long shot, but is there any chance this could be ported to [JetBrains Rider](https://www.jetbrains.com/rider/) as a plug-in? I don't know what kind of a lift...

NTypewriterEditorForVS

for the class ```cs public foo { public (int, string) easy {get;set} public IEnumerable hard {get;set} } ``` which will emit for types using `ToTypeScriptType` ``` ts easy: ; hard:...

enhancement
help wanted
good first issue

I'm not sure if I am missing something but it seems that renamed/deleted files stays in the output folder and are not deleted. So if I rename `Class1` to `Class2`...

question

I'd like to explore migrating from Typewriter to NTypewriter but while this documentation is very complete, I'd like some simple/complex examples for how to migrate my classes to corresponding typescript...

documentation

ID in ASP.net core will be translated to id when config json in camel case but NTypewriter will be translated iD.

bug
good first issue

Added DocComments to EnumValue. Read through this issue https://github.com/NeVeSpl/NTypewriter/issues/83 and realized that extending symbol base was not desired. But did not see a immediate reason that DocComments couldn't be added.

When using `init` accessors or primary constructors on records inside a custom (*.nt.cs) function ```csharp public class Sum { public int X { get; init; } public int Y {...

enhancement

Hi there, currently the template output preview is rendered with white background. It would be nice to have support for VS dark theme. Currently I get dazzled with so much...

enhancement
NTypewriterEditorForVS

Hi there, first things first, this project is fantastic. It is sooo much easier to use than writing your own source generator with all the tweaks needed to get it...

enhancement
SourceGenerator

Hi there, it is currently hard / impossible to navigate to other files when solution explorer is not pinned and docked to the right side. Opening the solution explorer then...

bug
NTypewriterEditorForVS