I feel like, as a JavaScript community, we keep asking for enums because it's what every other language has, and we run into lots of problems that would be solved by enums. But I'm not sure we really ...
Intellisense is not working correctly when using custom enums with custom functions. Instead of displaying the enum values, it adds random values like "t.Office.Excel.AddinDefinedFunctionEnabled" and ...