mesonlsp icon indicating copy to clipboard operation
mesonlsp copied to clipboard

Complete dot

Open Freed-Wu opened this issue 1 year ago • 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++.

Freed-Wu avatar Apr 08 '24 13:04 Freed-Wu

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

RaphGL avatar Aug 03 '24 21:08 RaphGL

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

JCWasmx86 avatar Aug 03 '24 21:08 JCWasmx86