How do you configure CLion IDE so that “Go to Definition” and similar actions work?
It can’t detect the location of included header symbols (which I can’t figure out myself either).
For example applications/subghz/subghz_setting.c
contains:
#include "furi_hal_subghz_configs.h"
But that file lives in firmware/targets/f7/furi_hal/furi_hal_subghz_configs.h
. How come these header files are found by the Scons build tool? IDE & I myself can’t make the connection.