Skip to main content
t_j_l
Associate II
April 22, 2026
Question

It is suggested that the "automatic #include function" be configurable to be turned off.

  • April 22, 2026
  • 0 replies
  • 65 views

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.0fe421ae-48da-4a4d-a45f-a2ca22b3e639.png