Solved
How to jump to function implementation in STM32CubeIDE
Is there a short cut to jump to the function implementation? E.g. I would like to directly find the implementation of HAL_TIM_IRQHandler(&htim3);
Is there a short cut to jump to the function implementation? E.g. I would like to directly find the implementation of HAL_TIM_IRQHandler(&htim3);
F3 == right click + open declaration? F3 or Ctrl+Tab to switch between .c and .h.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.