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?
Will you write a patch?
I am not familiar with C++.
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++.