TypescriptSyntaxPaste icon indicating copy to clipboard operation
TypescriptSyntaxPaste copied to clipboard

Visual Studio Extension which convert C# SYNTAX to Typescript SYNTAX

Results 10 TypescriptSyntaxPaste issues
Sort by recently updated
recently updated
newest added

Would love if this extension was made available for VS2022 that was released a few weeks ago. Thanks!

first in general: great tool which i really appreciate! It would make it even better, if it would also translate the comments. Currently i add them then by hand... I...

I tried with a class having e.g.: `public double ExpectedValue => this.expectedValue;` inside. Then no conversion happens - it just pastes the code as original. Only if i change that...

Hello everybody. Do you plan to upgrade the plugin for Visual Studio 2019? Thank you.

When i just copy and past TS code in ts files it messes up the original code copied. Using latest versions of VS2017 and this addon.

is there a way to modify the template to generate the typescript for knockout observables properties like public sectionCode: KnockoutObservable = ko.observable(null); l

Cloned the repository, tried to open the solution. Firstly, VS demanded to upgrade TypescriptSyntaxPaste project. After that build fail with numerous errors and warnings: outdated nuget dependencies, not found vsix...

Guid should convert to string CLR types such as "Int32" should convert to number Things that aren't comparable in c# like "Color" should convert to string. Right now these are...

Hi there, Do you have any plans, or hints as to a simple way how, to make this work in a continuous integration environment? Basically, we have several .NET core...

Any plans to upgrade the plugin for Visual Studio 2022?