
The C# support assumes that you define a namespace and a class and so on.
Is there a version that supports CSharpScript where namespaces and such are not supported, or is C# easily adapted to the limitations of CSharpScript?
The C# support assumes that you define a namespace and a class and so on.
Is there a version that supports CSharpScript where namespaces and such are not supported, or is C# easily adapted to the limitations of CSharpScript?
Hello,
While we don't have anything that specifically supports CSharpScript, if you take a look at our "Code Fragments" QuickStart, it might accomplish what you're after. SyntaxEditor has the ability to let you specify header/footer text that gets pre/post-pended to the document text for purposes of parsing. Thus with that you can accomplish scenarios like multi-statement (i.e. method body) or single expression editing.
Please log in to a validated account to post comments.