Skip to content

Weird match of function's name #5

@lastsecondsave

Description

@lastsecondsave
function New-File { }

function New-File($Name) { }

function NewFile($Name) { }

First case is OK. In the second case function's name matched as support.function.generic.powershell. In the last case name isn't matched at all.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions