You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can already do that from within the location table in the caller callee view (bottom right table). The editor is already configurable via the settings menu of hotspot.
otherwise, I agree that it would be nice to get a general open function action added to the other views, which will just open the first location we know for a given function
I'd like to be able to right click on a function and have something that says "open editor".
That should do a shell and execute a command which passes the file name of the function to an editor command.
For bonus points, make the editor configurable with some kind of format string that allows me to insert the line number of the function.
For example, I want to be able to run
codelite -l
so that it switches to my IDE, opens the file, and jumps to the right function.
thanks
The text was updated successfully, but these errors were encountered: