{{ message }}
Replies: 1 comment 1 reply
-
|
In general, yes. It would in general be useful to be able to assign categories to source files, e.g. vendor files and dev dependencies and use that information for this and other things. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, completion
proximityprioritization is only depends on path distance. For ergonomics, I propose that proximity also prioritize project's code entities more than dependency.For example,
In this case, our project
DNWebRequestshould be prioritize over Guzzle. Moreover, if possible, some dependencies that already used also get priority. So,proximityhere has more semantic sense rather than syntactic path distance meaning.Beta Was this translation helpful? Give feedback.
All reactions