-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugNeeds-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.WG-Interactive-Consolethe console experiencethe console experienceWG-NeedsReviewNeeds a review by the labeled Working GroupNeeds a review by the labeled Working Group
Description
Summary of the new feature / enhancement
As a developer working on cross-platform projects, I often use tools (e.g., GNU Make) that require POSIX-style paths. However, PowerShell's autocomplete function always returns Windows-style paths (with backslashes). For example, when I type make ../o, I would expect it to autocomplete to make ../output/ rather than make ..\output\.
Proposed technical implementation details (optional)
A simple setting that allows users to choose POSIX-style (forward-slash) autocompletion, perhaps configurable in $PROFILE, would be a valuable addition.
mklement0, jessey-git, gwojan and JanFeld
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugNeeds-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.WG-Interactive-Consolethe console experiencethe console experienceWG-NeedsReviewNeeds a review by the labeled Working GroupNeeds a review by the labeled Working Group