picturesbyrobots / td-completes-me

A Simple Auto Completion Engine for Touch Designer
133 stars 5 forks source link

Hi!! Could you please help me with the using? Thank you so much! #17

Open TeslaWu opened 1 year ago

TeslaWu commented 1 year ago

So I had the .tox placed at the very root of the TD project, and I tried to do something in the perform COMP.

I also installed the .vsix and Python Official Extension in VSCode.

So how do I use the completion? I have newed a python file in VSCode and I typed op(''), and here is what it shows image

Obviously the td-completes-me is working, or these stuff shall not be seen, but I don't know how to quote the component I am currently using in TD. I wanna get the completion of the transform1.translate.tx value. So I type these: image image image but any of them doesn't show the translate attribute: image

So could you help me with my using? Thank you so much!!

picturesbyrobots commented 1 year ago

Hi there. thanks for using my plug in! Apologies for the late reply. I think that if you want to get a par you'd probably use op('transform1').par. .pars. points the underlying python dict that holds your parameters.

Hope this helps! -d