Summary
Add a browsable, clickable function reference panel to the PSADT code editor in PMPC Cloud that allows users to insert functions, including their available variables, directly into their scripts.
Description
When authoring or editing PSADT scripts inside PMPC Cloud, there is currently no in-editor reference for available PSADT functions or the variables that can be used within that context. Users have to rely on external documentation or prior knowledge, which slows down script authoring and increases the risk of errors. An inline reference panel would significantly speed up script authoring and lower the barrier for users who are newer to PSADT.
Requested behaviour
A sidebar or overlay panel listing all available PSADT functions, browsable and searchable
Each function entry is clickable and inserts the function snippet, including parameters and commonly used variables, directly at the cursor position in the code editor
Variables available in the current script context (e.g. $appName, $deploymentType, $dirFiles) are listed alongside the relevant functions or in a dedicated section
Ideally, the panel is context-aware and surfaces the most relevant functions based on the current script section