-
Notifications
You must be signed in to change notification settings - Fork 5
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 not working properly showing unrelated variables/select intelliSense config not working #81
Comments
Thanks for taking the time to further diagnose this. We'll try to look into this as soon as possible, but I cannot promise any exact time frame at this point. |
Thanks for the suggestions. It kind of found a workaround because I'm not able to really find the wrong setting. I deleted the User folder in AppData (C:\Users\Admin\AppData\Roaming\Code\User). After that it seems to work fine. If this won't be a long term solution I will have a look on it again. |
Describe the bug:
My simple class without inheritance shows a large list of unrelated variables that are not member variables (accessing the class e.g. with "this"). This problem occurs only in VSC but not in IAR IDE. Here only the variables in scope are available.
All unrelated variables show the message if you click on details:
"Note: IntelliSense is not fully configured. Use the 'Select IntelliSense Configuration...' command to finish configuration.". But even if selecting a config it won't disapear. So I guess the selection step doesn't work properly. Maybe I can add the specific config directly in settings.json or iar-vsc.json?
To Reproduce:
any class I add has this behavioral. In any method/constructor/destructor.
Expected behavior:
Intellisense only shows member variables and methods of the specific class.
Actual behavior:
unrelated variables make it impossible to find members/methods.
Environment:
Additional context:
Add any other context about the problem here, e.g., log, projects, files etc. Logs can be obtained from the output view under the "IarServiceManager", "IAR Build", "IAR Config Generator" and "C/C++" sections.
The text was updated successfully, but these errors were encountered: