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

IntelliSense for 32 bit pointers #2275

Closed
d07RiV opened this issue Jul 15, 2018 · 2 comments
Closed

IntelliSense for 32 bit pointers #2275

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

Comments

@d07RiV
Copy link

d07RiV commented Jul 15, 2018

Type: LanguageService

Is there any way to use intellisense with 32-bit pointers? According to docs, intelliSenseMode can be msvc-x64 or clang-x64, and both of these show sizeof(void*) as 8, which is not appropriate for my project.

@bobbrow
Copy link
Member

bobbrow commented Jul 16, 2018

Not currently. It is on our backlog to support additional IntelliSense modes.

@sean-mcmanus
Copy link
Contributor

Should be fixed with the "-x86" modes in 0.25.-insiders: https://github.com/microsoft/vscode-cpptools/releases/tag/0.25.0-insiders

@sean-mcmanus sean-mcmanus added the fixed Check the Milestone for the release in which the fix is or will be available. label Aug 9, 2019
@sean-mcmanus sean-mcmanus added this to the August 2019 milestone Aug 9, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Oct 13, 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
Projects
None yet
Development

No branches or pull requests

3 participants