Open enobrev opened 8 months ago
Ah, good point! Yes, there are some features which I didn't implement yet. I will implement that in the next release round 👍
Due to significant changes introduced by JetBrains, my plugin now faces numerous disruptions. After dedicating substantial effort to this project last year, I find myself needing assistance to move forward. If you're interested in contributing or know someone who might be, please feel free to get involved. I am available to provide guidance through the intricacies of the plugin.
Is your feature request related to a problem? Please describe. When trying to reference the result of a
needs
object, I get a red squiggle with an error of "Incomplete statement [needs.<job_id>.result
]"Describe the solution you'd like Add support for
needs.<job_id>.result
Describe alternatives you've considered I'm not sure there's any alternatives. I've been ignoring the red squiggle for the time being.
Operating System Ubuntu 22.04.4 LTS
Project Version 3.2.1
Additional context Here is a test workflow to demonstrate the issue:
And I'm attaching a screenshot to show the squiggle. As you can see, the
outputs
works correctly. It's just theresult
that's missing.