TomasNajman Hi would it be possible to sort the suggestions for an unknown class? If there are a lot of suggestions and they are not in alphabetical order, it is harder to find. Thanks
JakubMisek TomasNajman good idea. Does it make sense to show use statements first, and then the fully qualified names?
JakubMisek TomasNajman, the next update will sort names alphabetically, group use, and won't suggest types that are not applicable in the current context.
TomasNajman JakubMisek I think so. If I don't want to use use, I can go below for fully qualified names. Personally, I mostly use use. Thanks.