-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
VS Intellisense for csx files does not support #load #13888
Comments
🎉 |
One question about syntax coloring. In visualfsharp we noticed that a change in the string literal of a #r and #load triggers reparsing of the script in the ide and intellisense works as expected, but syntax recoloing is not triggered. @vasily-kirichenko and myself believe that a change in a string literal is maybe handled differently by roslyn. Probably in order to be faster in coloring. |
@tmat we believe this is a roslyn issue. VisualF# doesn't do much interesting stuff here. |
@forki it's our problem. |
ok. then forget what I wrote ;-) |
Ok @vasily-kirichenko fixed it. Sorry for the noise |
Version Used:
Visual Studio Enterprise 2015 Update 3.
Steps to Reproduce:
foo.csx
containing the definition of a class namedFoo
.#load "foo.csx"
Foo.
.Expected Behavior:
Intellisense is shown for
Foo
.Actual Behavior:
Intellisense is not shown for
Foo
.The text was updated successfully, but these errors were encountered: