Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

intelliSenseEngine doesn't work as default #831

Closed
IQ-raf opened this issue Jun 12, 2019 · 1 comment
Closed

intelliSenseEngine doesn't work as default #831

IQ-raf opened this issue Jun 12, 2019 · 1 comment
Assignees

Comments

@IQ-raf
Copy link

IQ-raf commented Jun 12, 2019

having "C_Cpp.intelliSenseEngine": "Tag Parser" makes the C/C+ extension not work properly. For example, I can write a line without a semicolon at the end and it won't throw me an error until I compile. and another example is the autocomplete from a class will also list me every single method from every file included instead of just the ones from this class.

Unfortunately, I need "C_Cpp.intelliSenseEngine": "Tag Parser" so that vsc doesn't throw an error for every file I include (and Arduino methods such as Serial).

It would be great if this extension worked with "C_Cpp.intelliSenseEngine": set to"default'`

@adiazulay
Copy link
Contributor

Tracking this with #438

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

Successfully merging a pull request may close this issue.

4 participants