2022-11-28 12:36 AM
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);
Solved! Go to Solution.
2022-11-28 12:46 AM
F3 == right click + open declaration? F3 or Ctrl+Tab to switch between .c and .h.
2022-11-28 12:46 AM
F3 == right click + open declaration? F3 or Ctrl+Tab to switch between .c and .h.
2022-11-28 12:49 AM
It's a Mac. What is "==" ?
OK, got it, right click gives a popup, Then F3 leads to the "declaration".