You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The character * is not recognized as part of a function/cmdlet name
Screenshots
Defining such a function...
In VSCode:
In PowerShell itself:
Calling such a function/cmdlet...
In VSCode:
In PowerShell itself:
To show that the semantics are wrong, too, here's an autocomplete popup:
Expected Behavior
The asterisk and the rest of the function name should be the same color and the asterisk should not interrupt the function name and cause suggestions to pop up all of a sudden.
Code Samples
functionGet-A*A {}
Get-A*A
(GitHub highlighting is also wrong, here)
The text was updated successfully, but these errors were encountered:
Environment
Issue Description
The character
*
is not recognized as part of a function/cmdlet nameScreenshots
Defining such a function...
In VSCode:
In PowerShell itself:
Calling such a function/cmdlet...
In VSCode:
In PowerShell itself:
To show that the semantics are wrong, too, here's an autocomplete popup:
Expected Behavior
The asterisk and the rest of the function name should be the same color and the asterisk should not interrupt the function name and cause suggestions to pop up all of a sudden.
Code Samples
(GitHub highlighting is also wrong, here)
The text was updated successfully, but these errors were encountered: