-
Notifications
You must be signed in to change notification settings - Fork 1.6k
C++ CLI support for assembly references #1987
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
Comments
We do have some support for C++ CLI if you set I didn't see the System::Windows namespace in there though, so I don't think that we've wired up support for assembly references yet. @sean-mcmanus? |
Thanks for this. For the moment I will temporarily fix this by adding #using "System.Windows.Forms.dll" in all translation units that I need VS Code to recognise Regards, |
Yeah, I just added support for the basic C++/CLI language features and I didn't try it with System.Windows.Forms. |
I don't believe there is a bug here. The location of the assembly needs to be specified as an include path. i.e.
Using the above, |
Could you add support for the Microsoft C++ CLI language?
For example, add support for parsing .Net assembly import statements such as:
also could you add support for managed type parsing, such as:
or
The text was updated successfully, but these errors were encountered: