Skip to content

Location completion should be case-insensitive #1273

@vors

Description

@vors

Steps to reproduce

On Linux or OS X

  • create a folder Foo
  • type cd foo and hit Tab

Expected behavior

Completion will correct cd foo into cd ./Foo

Actual behavior

Nothing happens

Environment data

> $PSVersionTable
Name                           Value                                                                                                        
----                           -----                                                                                                        
PSVersion                      5.1.10032.0                                                                                                  
PSEdition                      Linux                                                                                                        
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}                                                                                      
BuildVersion                   3.0.0.0                                                                                                      
GitCommitId                    v0.5.0                                                                                                       
CLRVersion                                                                                                                                  
WSManStackVersion              1.0                                                                                                          
PSRemotingProtocolVersion      2.3                                                                                                          
SerializationVersion           1.1.0.1   

Reasoning

  • we already do that with / and \ on all systems.
  • fish shell does it and it's very convinient.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions