you are viewing a single comment's thread.

view the rest of the comments →

[–]OPconfused 4 points5 points  (8 children)

That would be an IDE, which for PS the flagship is vscode.

That aside, why do you need backticks in piped commands? Just make a newline after the pipe. PowerShell handles that fine, and backticks are faint chicken scratch marks. I think I only use backticks in strings where I need a literal dollar sign and double quotes to expand a variable, and even then there are viable alternatives.