2019-04-26 01:07 AM
Hello, I installed STM32CubeIDE and imported (a copy) of a TS project.
Quickly, I hit an issue: auto-complete proposals (Ctrl+Space) gave no proposals in STM32CubeIDE. The pop-up window only shows 'No Default Proposals'
UPDATE: I fixed it, the preferences setting needed to be a little bit different than in TS.
In Preferences -> C/C++ -> Editor -> Content Assist -> Advanced
I checked the following boxes:
Both in the upper and lower window.
Note, I imported my preferences settings from TS, as it is a huge task to manually get the IDE colors right, otherwise. I think this disabled the auto-complete feature (which worked in TS).
I hope this helps somebody, when hitting the same problem.
Some other remarks for who is interested.
I noticed it uses 'arm-none-eabi-gcc' instead of 'arm-atollic-eabi-gcc'.
The compilation time is about 30-50% longer (all threads enabled).
TS used to ignore changes in the header files, making a rebuild necessary in order to reflect any changes. This issue is solved in the new IDE!
2019-07-20 01:38 PM
Thank you very much.:smiling_face_with_smiling_eyes: Had the same issue and it fixed it.
:grinning_face:
Greetings
2019-09-25 02:05 PM
Thanks @Jack . Tonot have this checked by default is an offence..:grinning_face: ..
2020-04-08 08:12 AM
Thank you Jack. It was very useful, I fix it finally. Kind regards :grinning_face_with_sweat:
2020-08-18 04:59 AM
Thank you very much, @Jack ! Worked also for me. :grinning_face:
2020-10-19 04:56 PM
Thank You @Jack
2021-01-27 05:07 AM
Thanks Jack
2021-03-17 08:45 AM
You saved my day and most of the following.
2021-03-22 02:51 AM
Had the same problem with a fresh installation on a Mac... Your post saved my morning... Thank you!
2021-04-08 08:48 AM
Thanks!