cancel
Showing results for 
Search instead for 
Did you mean: 

How to jump to function implementation in STM32CubeIDE

chriskuku
Senior II

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);

1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Principal III

F3 == right click + open declaration? F3 or Ctrl+Tab to switch between .c and .h.

View solution in original post

2 REPLIES 2
KnarfB
Principal III

F3 == right click + open declaration? F3 or Ctrl+Tab to switch between .c and .h.

chriskuku
Senior II

It's a Mac. What is "==" ?

OK, got it, right click gives a popup, Then F3 leads to the "declaration".