How to automatically open reference to @defgroup for @ref in HAL Doxygen comments in STM32CubeIDE? (To decipher "This parameter can be a value of @ref ...")
In HAL and LL drivers, lot of functions take parameters of type int, where only a Doxygen comment informs you what the possible values of the parameter are (e.g. "This parameter can be a value of @ref RCC_CSI_Config") and you have to manually search the source code for that @defgroup name or look it up in a manual separately.
This is obviously stupidly inconvenient and inefficient and ctrl+click behavior is needed to directly jump to the reference.
Is there any way to conveniently navigate the @ref references to their respective @defgroups in Eclipse?
Do other IDEs allow doing this in a simpler way? How are all of you engineers navigating the parameters without tearing your hair out?
