Fix usages / Suggestion support for selective preferred / ignored
- Dominant language
- Java
- Stars
- 3.1k
- Forks
- 935
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 17
Description
### Description
In the application resource, there are same named classes, that I never want to directly use, but every suggestions or the function „fix usages“ works with them and still ask me if I mean them...
Some of them I can selectively add into the ignore, but some of them I can't, because i need their interface (methods, properties) suggestions, but the code works just with extended same named (in different namespace) class.
For example, the framework comes with:
```php
less errors in the code
### Related issues
_No response_
### Are you willing to submit a pull request?
I want to, but I'm not a Java developer
### Code of Conduct
Yes
Contributor guide
Research direction
Start by tracing the PHP code-suggestion and Fix Usages flows described in the issue, then identify where preferred and ignored classes are currently handled. The work is complete when a project can selectively prefer the application class while retaining suggestions from the framework class, and both workflows stop repeatedly offering the unwanted same-named class.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, php
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100