How to jump to function implementation in STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-28 12:46 AM
F3 == right click + open declaration? F3 or Ctrl+Tab to switch between .c and .h.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-28 12:46 AM
F3 == right click + open declaration? F3 or Ctrl+Tab to switch between .c and .h.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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".
