StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
206 stars 32 forks source link

Problems with Powershell documentation comments #133

Closed Callidus2000 closed 2 years ago

Callidus2000 commented 2 years ago

Hi, I'm using vscode for PowerShell development. Within PowerShell comments are used to document functions and scripts.

As an shortened example:

<#
.SYNOPSIS
    Get names of local printers from the specified computer

.NOTES
    This PowerShell script was developed ....

.LINK
    https://github.com/scriptrunner/ActionPacks/tree/master/WinPrintManagement/_QUERY_

.Parameter ComputerName
    Specifies the name of the computer from which to retrieve the printer information
#>

The extension identifies the .NOTES as a NOTE Anchor and the .LINK as a LINK anchor.

Is it possible to deactivate this behavior? Otherwise the extension is useless for powershell...

danilort commented 2 years ago

I have a similar problem, and I suggested this: https://github.com/StarlaneStudios/vscode-comment-anchors/issues/138

macjuul commented 2 years ago

Hello and thanks for your issue!

Since this specific issue has received lots of attention recently, any further discussion on the topic will be consolidated into #116