Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use VS Compiler in C# scripting #97

Closed
samusaran opened this issue Jun 23, 2021 · 2 comments
Closed

Use VS Compiler in C# scripting #97

samusaran opened this issue Jun 23, 2021 · 2 comments
Labels
feature: enhancement Request is a enchacement to existing feature
Milestone

Comments

@samusaran
Copy link

One of the biggest drawbacks of the built-in Tabular Editor C# compiler is the lack of support for string interpolation.

Is there a way, like in the free TE to use the VS compiler?

@otykier
Copy link
Collaborator

otykier commented Jun 25, 2021

Not currently, but a future update will allow you to specify a custom C# compiler.

@otykier otykier added the feature: enhancement Request is a enchacement to existing feature label Jun 25, 2021
@otykier otykier added this to the 3.0.7 milestone Jun 30, 2021
@otykier
Copy link
Collaborator

otykier commented Jun 30, 2021

3.0.7 now lets you specify a custom compiler similar to Tabular Editor 2.X.

Find this setting under Tools > Preferences > C# Scripting and Macros:

image

Refer to this document for information on how to set up the Roslyn compiler.

@otykier otykier closed this as completed Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: enhancement Request is a enchacement to existing feature
Development

No branches or pull requests

2 participants