Skip to content

Tags: memoryapi/PSReadLine

Tags

v3.0.0-fuzzy-highlight

Toggle v3.0.0-fuzzy-highlight's commit message
feat: Implement fish-style syntax highlighting for invalid commands

Adds real-time validation of commands as they are typed. Unrecognized commands will default to red. The validation is performed efficiently by avoiding auto-discovery scans and is safely offloaded to a background task so it doesn't block the UI thread during typing. The cache is automatically cleared on AcceptLine to ensure new commands are immediately recognized.

v3.1.1-enhanced

Toggle v3.1.1-enhanced's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `ViFindBrace` to search for brace the same as `vim` when current …

…char is not a brace (PowerShell#4862)

v3.1.0-enhanced

Toggle v3.1.0-enhanced's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `ViFindBrace` to search for brace the same as `vim` when current …

…char is not a brace (PowerShell#4862)