Support slash/backslash as path separator instead of platform-specific path separator #23214
Open
1 task done
Labels
bite-size
small issues
enhancement
[core label]
file finder
Feedback for file management, navigation, etc
platform support
An umbrella label for all platforms
Check for existing issues
Describe the feature
In the environment where a lot of files have the same name but are in different folders it is handy to search for partial path. For example, C++ CMake build system uses a lot of
CMakeLists.txt
files for build targets (libraries, apps, tests, etc). This means project generally has more than a handful of these files.Pretty much every sufficiently modern editor/IDE nowadays has File Finder like functionally which I use it most of the time when navigating around project. I've tested VS Code, Sublime Text, IntelliJ IDEA and Qt Creator and all of them are able to match files regardless of path separator.
Quick skim through the Zed sources revealed use of
std::path::MAIN_SEPARATOR_STR
which is platform dependant.Zed Version and System Specs
Zed 0.168.2
If applicable, add mockups / screenshots to help present your vision of the feature
On the vcpkg repo I want to find
portfile.cmake
in the directoryicu
.The text was updated successfully, but these errors were encountered: