t4ts icon indicating copy to clipboard operation
t4ts copied to clipboard

Support for enums

Open icanhasjonas opened this issue 10 years ago • 7 comments

[TypeScriptEnum]
public enum Make
{
  Ford,
  Tesla,
  Mercedes
}

icanhasjonas avatar Apr 24 '14 17:04 icanhasjonas

Great idea, I'll take a look at it!

cskeppstedt avatar Apr 29 '14 09:04 cskeppstedt

+1 This would be very nice.

JayQuerido avatar Dec 04 '14 04:12 JayQuerido

+1 Loving this tool. This would be awesome!

technicallyjosh avatar May 09 '15 01:05 technicallyjosh

I had written one to read enums in our project and integrated it to T4TS last week thinking of sending a pull request. Then, I saw that @lionsoft had already submitted a similar pull request long ago. Seems like it was sent together with pull request #32. I have asked him to sent it again.

anupkattel avatar May 18 '15 01:05 anupkattel

Just to confirm, I see this in a pull request but not sure if this was merged. Do we have enum support now or not?

borabilgin avatar Nov 03 '15 22:11 borabilgin

it doesn't seem so...

anupkattel avatar Nov 04 '15 11:11 anupkattel

+1

craigbroadman avatar Jul 01 '16 13:07 craigbroadman