Skip to content

IntelliSense missing in comment blocks #3277

@andyleejordan

Description

@andyleejordan

I would have expected completion / IntelliSense for the built-in PowerShell headers in comment help blocks:

<#
.SYNOPSIS
    Short description
.DESCRIPTION
    Long description
.EXAMPLE
    PS C:\> <example usage>
    Explanation of what the example does
.INPUTS
    Inputs (if any)
.OUTPUTS
    Output (if any)
.NOTES
    General notes
#>

All the supported headers like .SYNOPSIS ought to auto-complete (but they don't).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions