IntelliSense for 32 bit pointers #2275
Labels
Feature Request
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Milestone
Type: LanguageService
Is there any way to use intellisense with 32-bit pointers? According to docs,
intelliSenseMode
can bemsvc-x64
orclang-x64
, and both of these showsizeof(void*)
as 8, which is not appropriate for my project.The text was updated successfully, but these errors were encountered: