▲ 9 r/PowerShell
Fish-Like Syntax Highlighting
The Fish shell for Linux (as well as the zsh-syntax-highlighting package for zsh) has a command syntax highlighting feature that is quite helpful. PowerShell has this somewhat with the PSReadLine feature, but it's missing a critical part that I miss from Fish. In Fish, when you would type a command that was incorrect, as you were typing it would highlight the command as one color if it was invalid, and another if it was valid (valid meaning builtin or in path). Is there any way to get this functionality in PowerShell (7.0+)?
u/themor69 — 2 days ago