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

Julia VS code can't find abstract type definition #3548

Open
minecraft2048 opened this issue Feb 18, 2024 · 0 comments
Open

Julia VS code can't find abstract type definition #3548

minecraft2048 opened this issue Feb 18, 2024 · 0 comments
Labels

Comments

@minecraft2048
Copy link

I have this simple module:

module test

"Some very important docstring"
abstract type AbstractStruct end


greet(g::AbstractStruct) = print("Hello World!")

end # module test

If I right click on AbstractStruct on greet argument I should be able to see the abstract type definition and its docstring, but VS code can't find it

image

But its up there!

I'm using Julia 1.10, julia-vscode v1.71.1 and VS Code 1.84.2 on Arch Linux

@pfitzseb pfitzseb added the bug label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants