You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
Working in PHPStorm for some PHP projects I noticed it's actually quite nice to have fuzzy auto-complete when you're not sure what a function was called again.
CTRL+SPACE (Mac) is very nice to make the hint-list popup, but what I really love in PHPStorm is that it just auto-complete mid-section results too.
So say a request context object has a FormValues() and ReadForm() method you could just start typing contextObject.For... and it would hint all functions/variables that contain For/for in it's name.
Would this be feasible or too resource-intense?
The text was updated successfully, but these errors were encountered:
Working in PHPStorm for some PHP projects I noticed it's actually quite nice to have fuzzy auto-complete when you're not sure what a function was called again.
CTRL+SPACE (Mac) is very nice to make the hint-list popup, but what I really love in PHPStorm is that it just auto-complete mid-section results too.
So say a request context object has a
FormValues()
andReadForm()
method you could just start typingcontextObject.For
... and it would hint all functions/variables that containFor
/for
in it's name.Would this be feasible or too resource-intense?
The text was updated successfully, but these errors were encountered: