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
p_load()
Hello,
When I load packages with p_load in VS Code, I am unable to see code completion suggestions for function names.
p_load
However, when I load packages with library(), I am able to see the suggested functions.
library()
If the source of this problem lies in VS code and not pacman, please feel free to close this issue.
Many thanks,
Josh
The text was updated successfully, but these errors were encountered:
Is this problem resolved? Can someone update the status please?
Sorry, something went wrong.
Hi @sanjmeh, I am still encountering this problem!
This is the single biggest disadvantage of p_load.
No branches or pull requests
Hello,
When I load packages with
p_load
in VS Code, I am unable to see code completion suggestions for function names.However, when I load packages with
library()
, I am able to see the suggested functions.If the source of this problem lies in VS code and not pacman, please feel free to close this issue.
Many thanks,
Josh
The text was updated successfully, but these errors were encountered: