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
Describe the solution you'd like examples come from https://mesonbuild.com/Subprojects.html#toggling-between-system-libraries-and-embedded-sources
libsimple_proj = subproject('libsimple') libsimple_dep = libsimple_proj.get_variable('libsimple_dep')
Can we press libsimple_proj. to get completion of get_variable?
libsimple_proj.
get_variable
Will you write a patch?
I am not familiar with C++.
The text was updated successfully, but these errors were encountered:
maybe this issue should be closed? I tried it on my end and this now seems to work
Sorry, something went wrong.
No, as I think it's about completing the variable names in the get_variable call
No branches or pull requests
Describe the solution you'd like
examples come from https://mesonbuild.com/Subprojects.html#toggling-between-system-libraries-and-embedded-sources
Can we press
libsimple_proj.
to get completion ofget_variable
?Will you write a patch?
I am not familiar with C++.
The text was updated successfully, but these errors were encountered: