Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file patterns: leading "/" here #23

Open
icegood opened this issue Jan 20, 2021 · 1 comment
Open

file patterns: leading "/" here #23

icegood opened this issue Jan 20, 2021 · 1 comment

Comments

@icegood
Copy link

icegood commented Jan 20, 2021

If structure of src and header is next

├── Dispatcher.hpp
└── private
└── Dispatcher.cpp

then having pattern
"/private/{FILE}.cpp"

doesn't help to find Dispatcher.cpp (via, for example, create implementation for new method)

Istead, pattern "private/{FILE}.cpp" works great. Please, check code for pattern matching with leading "/".

OS: linux

@amir9480
Copy link
Owner

@icegood

Leading / using for the non-relative paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants