This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WorseNamedParameterCompletor: ignored when completing a variable (#59)
* WorseNamedParameterCompletor: ignored when completing a variable I often find myself in the situation where a function/method's parameter name match the name of a local variable I want to provide as argument. In this situation the completion results include the named parameter which can be anoying depending on the sort done by the client side. I think it's sane to not include named parameters when we already started to type a variable name, our little `$` in php will finally pay off :) * phpstan: fix error in the CI
- Loading branch information
1 parent
e4486dc
commit f2a2320
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters