Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: open editor on function #205

Closed
grandinj opened this issue Sep 20, 2019 · 2 comments
Closed

feature: open editor on function #205

grandinj opened this issue Sep 20, 2019 · 2 comments

Comments

@grandinj
Copy link

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

@milianw
Copy link
Member

milianw commented Sep 23, 2019

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

@milianw milianw closed this as completed in 002d0e1 Feb 5, 2020
@grandinj
Copy link
Author

grandinj commented Feb 5, 2020

cool, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants