APEX script autocomplete not working with headers?

   Views 658   Replies 3   Subscribers 1
User Avatar
Member
6 posts
Joined: May 2023
Offline
Anyone else suffers from this problem? Everything works fine if I start using apex.<something>.<something> etc but it doesn't work at
all if I want to use the headers (and make my life easier, which I suppose was the whole point of headers).

Also a minor but weird issue, for some reason I had to write
graph.AddNode()
with a capital "A" but in
apex.graph.addNode()
it's actually a small "a"


Houdini version 20.5.487, Windows.

Attachments:
happrentice_PRjPEFbI17.mp4 (585.8 KB)

User Avatar
Member
7969 posts
Joined: July 2005
Online
Please log bugs for these two items. The latter one might already be fixed for the next major release as part of various other improvements to APEX Script. Thanks!
Edited by edward - April 5, 2025 17:11:48
User Avatar
Member
6 posts
Joined: May 2023
Offline
Alright, I thought it was a problem on my side
User Avatar
Member
7969 posts
Joined: July 2005
Online
You're just talking about whether you get auto-complete when writing code in the header/footer parms right?

A secondary thing, is that you have code in your header, then those assigned variables will not get auto-complete when you use them in the main Snippet parameter. This is expected because it's the same as if you assigned those variables inside the Snippet parameter, then there's also no auto-complete for them. This part is a much larger existing RFE for the python code parameters to actually parse the code for auto-completion, which is not currently done.
  • Quick Links