Question
It is suggested that the "automatic #include function" be configurable to be turned off.
When I'm writing code, I often encounter problems caused by the "automatic #include feature".
For instance, when I type "__HAL_TIM_SET_COMPARE()" into the code, the line "#include "stm32f0xx_hal_tim.h"" will be automatically added, and then the project will fail to compile properly.
I suggest that the "automatic #include function" be set to be disabled.
