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

openfolder project ignores intelliSenseMode #131

Closed
dixonqmg opened this issue Apr 17, 2017 · 3 comments
Closed

openfolder project ignores intelliSenseMode #131

dixonqmg opened this issue Apr 17, 2017 · 3 comments

Comments

@dixonqmg
Copy link

I have tried to set up openfolder project. affter creating cppproperties.json, it seems to be ignoring intelliSenseMode setting in there. No matter what I set it to, _WIN32 and _MSC_VER are defined, so looks like it's always using default intellisense engine. Other settings in the same file do have an effect (e.g.includePath), and .json doens't have any errors listed when I open it inside the VS.

Please advise.

@dixonqmg dixonqmg changed the title openfolder project ignores itelliSenseMode openfolder project ignores intelliSenseMode Apr 17, 2017
@mlamby
Copy link

mlamby commented Apr 27, 2017

I am having the same problem opening a linux project using 'openfolder'.

If I use the following CppProperty.json settings:

    "intelliSenseMode": "linux-x86",
    "compilerSwitches": "--std=c++11"

Intellisense gives errors parsing headers such as <tuple> because __cplusplus is equal to 199711L and keywords such as noexcept are not recognised.

@dixonqmg
Copy link
Author

dixonqmg commented Apr 27, 2017 via email

@robotdad
Copy link
Member

We don't have support for Linux in open folder yet. We are working on cmake support which will light up some Linux support for open folder. This work is going to show up in 15.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants