Suggest supplier when typing a period after a function name #272
Labels
Component: editor
Priority: low
Status: proposal
Enhancement in the proposal stage
Type: enhancement
New feature or request
Summary
Suggest supplier when typing a period after a function name
Todo
Example
Given
If the user types
.
at the end (after foo) so it becomesfoo.
, suggestfoo.supplier($Exp)
Description
Only show suggestion while the user is typing any part of
.supplier(
, not when just moving the cursor with the arrow keys.Only show on function names where an expression is expected.
Also show if identifier could be either a function name or a value. In that case, show suggestions for both
supplier
of function (this issue) or for methods on the data type ([todo: create issue for suggestions for methods], #82).Number of placeholder arguments matches the number of parameters of the function.
Also show even when a supplier would lead to type errors (there is nothing else a user could intend when typing
.
after a function name.Related issues
The text was updated successfully, but these errors were encountered: