JCWasmx86/mesonlsp

Complete dot

Opened this issue · 2 comments

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++.

maybe this issue should be closed?
I tried it on my end and this now seems to work
image

No, as I think it's about completing the variable names in the get_variable call