code_completion.md: link summary

This commit is contained in:
Yann Cébron 2022-12-06 19:11:30 +01:00
parent 0a7b5d6eef
commit ba9435b4c9

View File

@ -8,6 +8,8 @@
</tldr>
<link-summary>Providing reference and generic code completion.</link-summary>
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.