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

Improve Intelisense support #37

Closed
robotdad opened this issue Sep 6, 2016 · 6 comments
Closed

Improve Intelisense support #37

robotdad opened this issue Sep 6, 2016 · 6 comments
Assignees

Comments

@robotdad
Copy link
Member

robotdad commented Sep 6, 2016

We currently have Intelisense support for the STL by default. To add support for your own environment you need to setup the VC++ Directories to point to your include files, we cover on way to do that here.

We could make this more discoverable by doing something like what is done in VS Code for C++, when there are squiggles prompt an action bulb that offers help in setting this up.

Another option would be to add the capability to sync all of the include files locally from common locations for each Linux connection we have.

Of course things may not be in a common location so perhaps a bit of both?

@stanthomas
Copy link

I am curious about how the include path is parsed for IntelliSense. It seems I have to add the folders in twice, once for the compiler and again for IntelliSense, even when they are on the same relative path on both local and remote systems.

@robotdad robotdad self-assigned this Aug 16, 2017
@bazzilic
Copy link

bazzilic commented Oct 4, 2017

Hi, any movement on this?

@robotdad
Copy link
Member Author

Actually yes, we have spec for syncing folders and hope to get it is rising up our backlog. I can't quite commit to a release yet though. I'm going to close this one and track off of #215 which is a bit more specific.

@itodirel
Copy link
Member

itodirel commented Apr 5, 2018

As an update, we implemented this feature

@bazzilic
Copy link

bazzilic commented Apr 5, 2018

When is it available?

@itodirel
Copy link
Member

itodirel commented Apr 5, 2018

it's available right now, publicly, in 15.7 Preview 2

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

No branches or pull requests

4 participants