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
Every language will have a symbol completion, which is the most basic completion.
- Java: com.intellij.codeInsight.completion.JavaKeywordCompletion
- Kotlin: org.jetbrains.kotlin.idea.completion.KotlinCompletionContributor
- Python: com.jetbrains.python.codeInsight.completion.PyClassNameCompletionContributor
0 commit comments