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

Cody vscode: make file paths and function names clickable #52863

Closed
cartermp opened this issue Jun 2, 2023 · 1 comment · Fixed by #53069 or #53103
Closed

Cody vscode: make file paths and function names clickable #52863

cartermp opened this issue Jun 2, 2023 · 1 comment · Fixed by #53069 or #53103
Assignees

Comments

@cartermp
Copy link

cartermp commented Jun 2, 2023

Feature request description

Given an output like this:

The code that handles this POST request is in src/main/java/io/opentelemetry/demo/cartservice/CartController.java.
The addItemsToCart method contains the logic for adding items to a cart.

Make the src/main/java/io/opentelemetry/demo/cartservice/CartController.java a clickable link.

Furthermore, the addItemsToCart section should also ideally navigate to the line number where that method is in, but it's already much better if it can just do file navigation.

(I filed another issue where the output actually incorrect, but let's assume for a moment that it is!)

Is your feature request related to a problem? If so, please describe.

Easier navigation after I find what I'm interested in.

Describe alternatives you've considered.

Using ctrl/cmd+P to type it out, but it's a lot faster to just click.

@jdorfman
Copy link
Member

jdorfman commented Jun 2, 2023

Thanks for reporting @cartermp!

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