Skip to main content
chriskuku
Senior II
November 28, 2022
Solved

How to jump to function implementation in STM32CubeIDE

  • November 28, 2022
  • 2 replies
  • 3445 views

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

This topic has been closed for replies.
Best answer by KnarfB

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

2 replies

KnarfB
KnarfBAnswer
Super User
November 28, 2022

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

chriskuku
chriskukuAuthor
Senior II
November 28, 2022

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

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