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

Please add support for intellisence for /clr #1596

Closed
manbearian opened this issue Feb 21, 2018 · 2 comments
Closed

Please add support for intellisence for /clr #1596

manbearian opened this issue Feb 21, 2018 · 2 comments
Labels
Feature Request fixed Check the Milestone for the release in which the fix is or will be available. Language Service quick fix
Milestone

Comments

@manbearian
Copy link

I have a C++ project with code that must be compiled with /clr.

Please add support for intellisence for /clr

@smartdevoloper
Copy link

digitel convertion stsy in life

@sean-mcmanus sean-mcmanus added this to the March 2018 milestone Mar 16, 2018
@sean-mcmanus sean-mcmanus added fixed Check the Milestone for the release in which the fix is or will be available. quick fix labels Mar 16, 2018
@sean-mcmanus
Copy link
Collaborator

sean-mcmanus commented Mar 23, 2018

We added C++/CLI support in https://github.com/Microsoft/vscode-cpptools/releases/tag/v0.16.0-insiders2 (cpptools-win32.vsix) via setting the compilerPath to "pathToCl.exe /clr". Let us know if you think other flags are important to support. Flags that just modify the compiler defines should work after we add support for that (only implemented for gcc/clang currently), but other flags that change the language behavior require us to explicity convert the flags to values our parser understands (e.g. values in the msvc.json files next to the binaries).

image

@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature Request fixed Check the Milestone for the release in which the fix is or will be available. Language Service quick fix
Projects
None yet
Development

No branches or pull requests

4 participants