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

Go to definition doesn't work when deving a local path #3604

Open
ma-sadeghi opened this issue May 6, 2024 · 0 comments
Open

Go to definition doesn't work when deving a local path #3604

ma-sadeghi opened this issue May 6, 2024 · 0 comments

Comments

@ma-sadeghi
Copy link

To reproduce the bug:

git clone https://github.com/MaximeVH/EquivalentCircuits.jl  # or package of your choice
mkdir myproj
julia --project=myproj
] dev EquivalentCircuits.jl
exit()
code myproj

Create a test file.jl:

using EquivalentCircuits

EquivalentCircuits.readablecircuit

Hold Ctrl and hover over readablecircuit to verify that Go to definition doesn't work.

Note: If you use ]dev remote_url instead of ]dev local_path, Go to definition works.

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

No branches or pull requests

1 participant