typescript-addin
typescript-addin copied to clipboard
TypeScript addin for MonoDevelop and Xamarin Studio
Hi all, there is no WebDevelopment and TypeScript addins if follow **Installation** paragraph from README.md using Xamarin 6.1.3. Could you please make addin compatible with the latest Xamarin Studio? Thanks!
This pull request adds the example project provided from VS. It also adds the resources folder to show file icons.
Project explorer does not show compiled js files on Linux, where do I have to look into to solve this issue?
| | | | --- | --- | | **As a** | Developer | | **I want to** | use the typescript-addin on different platforms *nix/Osx/Windows | | **to** |...
Observer behavior of the parser is that on every character change it tries to add the current file [AddFile()](https://github.com/chrisber/typescript-addin/blob/47f1ce617f2dc6ee758c55d36579205371feaff4/src/TypeScriptBinding/TypeScriptParser.cs#L79) to the host environment also it then tries to add all...
If you accepted pull request in the future, could you provide a style guide for it :grey_question: I would like to use spaces for tabs are you OK with that...
With the MonoDevelop Main.sln open and a C# file open in the text editor when F2 is pressed to rename a C# method the TypeScript addin is being run and...
Hi Matt, Take a look at fastJSON as a really fast (2x) and smaller (36kb) replacement for Json.net. [https://github.com/mgholam/fastJSON] Cheers, Mehdi