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

Add support for explicit/non-auto pch files #3628

Open
sean-mcmanus opened this issue May 10, 2019 · 2 comments
Open

Add support for explicit/non-auto pch files #3628

sean-mcmanus opened this issue May 10, 2019 · 2 comments

Comments

@sean-mcmanus
Copy link
Contributor

If we had a setting to an explicit (build system) pch file then IntelliSense can be configured to re-use the pch file, saving disk and memory usage across all the translation units that use the pch file. VS implements this, but we only support "auto pch" which doesn't share data across TUs.

We could add a setting for this and/or pick it up from compile_commands.json or a custom configuration provider (external build system).

@github-actions
Copy link

github-actions bot commented Oct 8, 2020

This feature request is being closed due to insufficient upvotes. When at least 2 upvotes are received, this issue will be eligible for our backlog.

@github-actions github-actions bot added the more votes needed Issues that have been postponed until more community members upvote it label Oct 8, 2020
@github-actions github-actions bot closed this as completed Oct 8, 2020
@Colengms Colengms modified the milestones: Backlog, Triage Oct 16, 2020
@github-actions github-actions bot reopened this Jun 11, 2021
@github-actions github-actions bot modified the milestones: Triage, Backlog Jun 11, 2021
@github-actions github-actions bot removed the more votes needed Issues that have been postponed until more community members upvote it label Jun 11, 2021
@github-actions
Copy link

This feature request has received enough votes to be added to our backlog.

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

2 participants