DynamoDS / DynamoWishlist

This is a repository for all wishlist items for Dynamo Core
https://github.com/orgs/DynamoDS/projects/3
Apache License 2.0
15 stars 3 forks source link

Enhancement: Allow @ for escaping strings in code blocks. #159

Open johnpierson opened 4 years ago

johnpierson commented 4 years ago

If this is an issue for Dynamo Core, please submit your issue on the Dynamo Core issues page or if this is an issue for Dynamo for Revit, please post your issue on the Dynamo for Revit Issues page.

If this issue is not a Wishlist request, please check the Dynamo forum, and start a thread there to discuss your issue.

What improvement/feature would you like to see in Dynamo?

It would be great to see if we could allow @ to function like in C#.

How would you see this improvement/feature working?

Visual Studio Image: image

Please provide any sketch/mock-up or video of your requested improvement/feature

What it does now. :) image

Amoursol commented 4 years ago

So basically a way to escape the string, same with r'C:\blahblah' in Python?