nhabuiduc / TypescriptSyntaxPaste

Visual Studio Extension which convert C# SYNTAX to Typescript SYNTAX
70 stars 24 forks source link

Add DateTimeOffset to Date conversion #3

Closed dasviridov closed 8 years ago

dasviridov commented 8 years ago

Please add conversion of DateTimeOffset to Date.

nhabuiduc commented 8 years ago

Added feature to convert DateTimeOffset to Date, or add manually which name to be replace( commit 52cd3f26bf73e0994c45bb1cd19d9b5bc8780678 ). For example:

Type name: Foo New Type name: Bar

it will try to find any where with type name Foo -> Bar.

dasviridov commented 8 years ago

Confirmed it works. Thank you!