Complete dot
Opened this issue · 2 comments
Freed-Wu commented
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++.
RaphGL commented
JCWasmx86 commented
No, as I think it's about completing the variable names in the get_variable call