PSPad could use code clips to base intellisence on.

If the current statement exists in code clips with additional options then PSPad
could use those options to base its intellisence on. Example below:

cite:
--------------------------------------------------------------------------------
Code Clip
Get-AppBackgroundTask [-PackageFamilyName <String>]
[-IncludeResourceUsage]
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [<-Confirm | 
-Debug | -ErrorAction | -ErrorVariable | -InformationAction |
-InformationVariable |
-OutBuffer | -OutVariable | -PipelineVariable | -Verbose | -WarningAction | 
-WarningVariable <variable nane> | 
-WhatIf>]--------------------------------------------------------------------------------


Base on the above, after typing "Get-AppBackgroundTask -", a list of the above
parameters would appear and selecting PackageFamilyName, PackageFamilyName 
<String> would be inserted at the cursor polsition.

The issue with this approach is there is no description of what the parameter
does.

The extension of this is to do to do the same as above which tells PSPad what
parameters belong to what statements. The keywords could contain a one line
descriptions of them and if that exists then display it within the intellisence.
Again selecting the parameter would insert it at the current location.

-- 
<https://forum.pspad.com/read.php?2,78042,78049>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem