Replies: 1 comment
-
A module that does this already exists. It's not perfect but definitely worth taking a look at. Check it out here. Tldr, simply run the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw that clink for cmd is able to give a smarter input line syntax highlighting by using different colors based on the command typed (ex. if the command can't be runned or in other words doesn't exist it would be written in red).
I think something like this in powershell would be a great addition. There should be different colors for aliases,cmdlets and executables and a real time validation/linting that if fails will color all in red.
Beta Was this translation helpful? Give feedback.
All reactions