Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Support PHP Namespaces (Ignore Backlashes) #91

Open
dbpolito opened this issue Apr 1, 2015 · 2 comments
Open

Support PHP Namespaces (Ignore Backlashes) #91

dbpolito opened this issue Apr 1, 2015 · 2 comments

Comments

@dbpolito
Copy link

dbpolito commented Apr 1, 2015

At PHP, the folder representation is a backlash, so a PHP Class:

Illuminate\Database\Eloquent\Model will be at folder Illuminate/Database/Eloquent/Model.php.

I think we should ignore backlashes or replace \with /, as i never saw any file using \ on it.

If i search for Illuminate/Database/Eloquent/Model or IlluminateDatabaseEloquentModel works just fine, so either way works, ignoring or replacing.

@dbpolito
Copy link
Author

dbpolito commented Apr 1, 2015

I just saw #51, which is basically the same thing, but rails uses :: instead of \.

@jesseleite
Copy link

I have exact same problem. Model.php should really be near the top of the list by just searching for Model, but fuzzy finder doesn't even show this file in the result set unless more info is given.

Example Screencast

Maybe related to scoring as well? See... #57

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

No branches or pull requests

3 participants