Intellij Java Code Completion Prioritize My Project Classes
How to tell code completion to show my class "Project" instead of java.lang.Process when I type "Pro".
Is there a possibility to tell code completion to prioritize my packages instead of java default packages?
Please sign in to leave a comment.
Hi Mihkell, usually IDEA would prioritise it. You can check settings in Preferences | Editor | General | Code Completion - see more details here https://www.jetbrains.com/help/idea/2022.1/auto-completing-code.html#basic_completion
Can you share more details about your Code Completion settings, project structure and which version of idea do you use?