Inlay hints¶
Inline hints embedded in the code — for example, parameter names at call sites.
Shortcut: automatic
Inlay hints (parameter names)¶
In demo.bsl the cursor moves to a line with a method call passing positional arguments. Right before each argument the editor shows an inline hint with the name of the matching parameter, without changing the code text itself.
Inlay hints (inferred variable types)¶
In the ДемоТипов procedure variables are declared via assignments (Колонки = Таблица.Колонки, ВсегоСтрок = Таблица.Количество()). After each variable name the editor shows an inline hint with the inferred type: Колонки: КоллекцияКолонокТаблицыЗначений, ВсегоСтрок: Число.