We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm unable to get autocomplete (documentation on hover etc.) for functions added to a local package
Steps to reproduce:
julia> ] generate MyPackage.jl
MyPackage.jl
documented_func
src/MyPackage.jl
src
using MyPackage
Is this the intended behavior, or am I doing something wrong?
Versioninfo:
julia> versioninfo()
Note: I'm also loading Revise via startup.jl if this is relevant
startup.jl
The text was updated successfully, but these errors were encountered:
Probably a variant or duplicate of #988
Sorry, something went wrong.
Ok! Sorry for the noise. I will close the issue then.
No branches or pull requests
I'm unable to get autocomplete (documentation on hover etc.) for functions added to a local package
Steps to reproduce:
julia> ] generate MyPackage.jl
MyPackage.jl
folder with VSCode and choose the folder as the julia environmentdocumented_func
inside thesrc/MyPackage.jl
module (with a documentation) and export itsrc
folder and load the module withusing MyPackage
documented_func
will not be recognized, nor have a documentation even after restarting VSCode/Language-Server.Is this the intended behavior, or am I doing something wrong?
Versioninfo:
julia> versioninfo()
Julia Version 1.7.3
Commit 742b9abb4d (2022-05-06 12:58 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: 11th Gen Intel(R) Core(TM) i7-11850H @ 2.50GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, tigerlake)
Environment:
JULIA_NUM_THREADS = 8
Note: I'm also loading Revise via
startup.jl
if this is relevantThe text was updated successfully, but these errors were encountered: