Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I wrote the VS2008 plugin.</p> <p>When VS2010, the whole API changed again, and if you have ever been in the VS SDK API, you will know it is a maze. I just did not feel like the effort again.</p> <p>I have a bunch of great ideas but for the life of me I cannot even figure the simple stuff out.</p> <p>If someone want to actually port my code from VS2008, I would appreciate it. It should not be too hard if you are a bit more familiar with the API than I am.</p> <p>The source code for the VS2008 plugin is not currently available for the public. Please let me know if anyone is serious about so I can create a github (or similar) repo for it.</p> <p><strong>Update:</strong></p> <p>Created a <a href="https://github.com/leppie/IronScheme.VisualStudio" rel="nofollow">github repo</a>. The code is not the same as the existing DLL I distribute; it contains various half working ideas I was trying. </p> <p><strong>Update 2:</strong></p> <p><a href="http://ironscheme.net/IronScheme.VisualStudio.rar" rel="nofollow">Here</a> you go :) Very basic, but works on VS2010 and VS11 (should work on Express versions too). Source is in the <code>vs11</code> branch of above mentioned github repo. It is just a subset of what the VS2008 plugin does as some features seem to be broken or have broken due to bit rot.</p> <p><strong>Update 3:</strong></p> <p><strike>Seems the VS2010 plugin fails if only VS2010 is installed. Will have to investigate. Works fine if both VS2010 and VS11 is installed.</strike> FIXED :)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload