Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] "Clicking through" to a function definition

Usability question... I have the following piece of code:

        if(reader_process(opts) != 0) {
            Quit=1;
            continue;
        }

When I hold CTRL and click on reader_process(), I end up in the header file (the declaration). What is an easy way to click to the definition instead?

Thanks,
Bart


Back to the top