Clion 2020.2 EAP Ctrl+Click usage change from early versions...
Answered
Hello
Clion pre 2020.2 when Ctrl+Click on function say ```class::function()```, if I click on `function` in cpp it would take me to function location in header. Right now when I ctrl click on the part it shows usage. How can I change it to be back like legecy ? I would rather see Alt+Click to see usage, rather than change existing behaviour.
Regards
Dariusz
Please sign in to leave a comment.
Hello!
You can change it in File| Settings | Editor | General > Go to Declaration or Usages. For more details please read the "Go to declaration / Find Usages" section here.
Hello Anna Falevskaya Thanks for quick reply!
I'm not seeing the setting I'm afraid. All I get is >
On a side note I very much like the ctrl+click go to definition, will pycharm have that option maybe? I always struggle with pycharm ctrl clicks...
The option was added in the latest EAP build (202.6250.12), please update CLion.
I can't consult you about PyCharm, please submit a request to PyCharm support team: https://intellij-support.jetbrains.com/hc/en-us/?pycharm.
Hey
Oh wuw, I just updated yesterday, nice thanks! That works!