I updated the F# code snippet addon for Visual Studio 2013. I will upload the source code to fsharp.org/use/windows once the source code is located. I really need to clean up the source code folder. There is no recompile is needed. The root cause for previous addon does not work on VS2013 is because this. The fix is simple,
Tweet to fsharp
- download the code snippet vsix file
- rename it to .zip file because it is a zip file
- find the vsixmanifest file
- change InstallationTarget to
Tweet to fsharp
4 comments:
Can the snippets you created for Visual Studio be adapted and distributed with another editor? What are the licensing terms of these snippets? Thanks!
I do not think these code snippets can be adopted by other editor, but feel free to use these snippets. You can also updated them as you wish.
The XML code for Visual Studio snippets is quite similar to that of MonoDevelop. It shouldn't be hard to write a simple program to convert between the two.
Thank you very much!
Did not realize that it can be done in mono development. Let me google it and find the format. :)
Post a Comment