AdaCore / ada_language_server

Server implementing the Microsoft Language Protocol for Ada and SPARK
GNU General Public License v3.0
228 stars 54 forks source link

V818-002: Add minimal doc for parameter completion #1034

Closed AnthonyLeonardoGracio closed 2 years ago

AnthonyLeonardoGracio commented 2 years ago

We now display the text that will be inserted for each individual parameter listed when opening a parenthesis.

This is useful to distinguish parameter completion from other variables that might have the same name.