2023-10-12
09:46 AM
- last edited on
2023-10-23
05:29 AM
by
Lina_DABASINSKA
intellisense is not working. the components that I can't use the intellisense feature( button, Textarea, slider, scroolist and the like...) "Screen1ViewBase.it is observed that the text colors of the implementations in the "cpp" file are also different(not blue).
"Screen1View.when I try to use the corresponding component in the "cpp" file, the "ctrl+space" keys do not work, or rather, inteslisense cannot complete the code.
Solved! Go to Solution.
2023-10-24 02:50 AM
Hello @fog.1 ,
When your IDE is open and you add a new widget from the designer, you should regenerate code through the designer, so the files are updated to recognize the new widget you have added to your project. If the new widgets are still not recognized, try to close and reopen the project. But keep the code regeneration in mind.
I hope this helps you, and don't hesitate to ask more questions
2023-10-24 02:50 AM
Hello @fog.1 ,
When your IDE is open and you add a new widget from the designer, you should regenerate code through the designer, so the files are updated to recognize the new widget you have added to your project. If the new widgets are still not recognized, try to close and reopen the project. But keep the code regeneration in mind.
I hope this helps you, and don't hesitate to ask more questions
2024-06-27 03:36 AM
thank you, your suggestion worked.
2024-06-27 05:08 AM
You're very welcome!