alejho - 2020-07-13

Hi all,
I created a library and imported it in my application.
Everything is working fine if I instantiate a FB from the library...as shown in the first picture the namespace is automatically added before the FB type name:

But when I add a variable as input for the FB the auto declare feature doesn't add automatically the namespace.

This leads to a compilation error.

Not a big issue (if you know that it's enough to add manually the namespace)...but it's quite misleading for the user.

I'm missing something in the library definition or this is just the way it works?