-
Notifications
You must be signed in to change notification settings - Fork 316
Closed
Labels
Issue-QuestionFor non-bug questions or discussion.For non-bug questions or discussion.Resolution-AnsweredQuestion is answeredQuestion is answered
Milestone
Description
Description of the new feature/enhancement
Inspired by this Issue in PowerShell PowerShell/PowerShell#12900 I think that we should have an experimental/opt in feature that allows a pasted bit of text like
C:\Program Files\
to auto convert to
'C:\Program Files\'
with an optional ability for on paste to auto run Test-Path via a configuration option to confirm that the path exists first for commands like Set-Location as not to throw an error (by Set-Location) when an attempt to set-location is to a non existing location.
I personally don't think this should be added to PowerShell natively & felt that it was better added here instead.
Metadata
Metadata
Assignees
Labels
Issue-QuestionFor non-bug questions or discussion.For non-bug questions or discussion.Resolution-AnsweredQuestion is answeredQuestion is answered