-
Notifications
You must be signed in to change notification settings - Fork 69
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
No intellisense #110
Comments
I always delegate my logic to a separate library. That way I get intellisense there and only have to #r that one dll. Then I just have to know how to use Output. |
Yes, after your answer that's what I did. Thank you ;) |
To be fair the csx does handle intellisense on the BCL types but not for anything else. |
Dave says a lot of crazy things 😀 In this case, @TylerBrinkley is correct - VS will provide Intellisense in script files, but only for "preloaded" BCL types. It doesn't process directives like |
Hi there,
I try to use Scripty in replacement of my T4 scripts.
Everything works fine but... I just can't have any intellisense related to Scripty/Roslyn code on my csx file. As I don't know everything's posible with these APIs, It's hard to write real world code.
For instance, I can't get any intellisense on "Output".
Any way to solve this problem ?
I tried on VS2015 and VS2017
Thank you
The text was updated successfully, but these errors were encountered: