Page 1 of 1

Primal

Posted: Wed Apr 24, 2019 11:00 am
by mjgelinas
To help you better we need some information from you.

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. ***

Product, version and build:
PrimalScript (64 Bit)
Build: v7.4.127
OS: Windows 10 Enterprise (64 Bit)
Build: v10.0.17134

*** Please add details and screenshots as needed below. ***

DO NOT POST SUBSCRIPTIONS, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM

PrimalScript function references intermittently display either "NO" information or incorrect information regarding number of times the function is called in a module.
PrimalScript also doesn't have information regarding references to modules that are included in the local PowerShell cache it builds periodically. PowerShell Studio readily provides information about a function and it's module location when hovered over, PrimalScript does not. (is this functionality that will be added at some point?)

Re: Primal

Posted: Thu Apr 25, 2019 7:56 am
by Alexander Riedel
"PrimalScript function references intermittently display either "NO" information or incorrect information regarding number of times the function is called in a module."
That would point to a parser error. Since PowerShell is a language with a certain 'latitude' on syntax, that is quite possible. But in order to
really determine that, we would need an actual sample.

As for the last part, just so I understand this correctly, you want PrimalScript to tell you exactly where PowerShell will load a module from when you hover of a function or cmdlet before it is actually executed?