I’m using the fantastic project Script# (http://projects.nikhilk.net/ScriptSharp)
I can’t seem to get the autocomplete feature in VisualStudio 2008 working
the .scriptlet files appear as plain text with no code formatting at all
the version of Script# I am using is 0.5.6
I am opening the samples project and looking at HelloWorld.scriptlet
Cheers
Sam
Yes, currently .scriptlet files don’t have a custom editor, and as such are treated as regular text files.
In the next version of script#, the Scriptlet server control is going to work slightly differently. Two changes:
Of course over the long-term I actually want an editor experience for these. That is the desired implementation…