Skip to Main Content
Patch My PC Ideas & Feedback

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:

4 VOTE
Status SUBMITTED
Categories Patch My PC Cloud
Created by Leon Kaesmann
Created on Jun 17, 2026

PSADT Function Reference Panel with Inline Variable Support

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

  • Attach files
  • +2