IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Code Completion

Edit pageLast modified: 13 June 2024

Two main types of code completion can be provided by custom language plugins: reference completion and contributor-based completion.

Reference completion is easier to implement, but supports only the basic completion action. Contributor-based completion provides more features, supports all three completion types (basic, smart, and class name), and can be used, for example, to implement keyword completion.