Skip to content

Commit e704def

Browse files
committed
hover for new decorator
1 parent 4726065 commit e704def

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

analysis/src/CompletionDecorators.ml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ You will need this decorator whenever you want to use a JSX component in ReScrip
259259

260260
[Read more and see examples in the documentation](https://rescript-lang.org/syntax-lookup#variadic-decorator).|};
261261
] );
262+
( "editor.completeFrom",
263+
None,
264+
[
265+
{|The `@editor.completeFrom` decorator instructs the editor where it can draw additional completions from for this type.|};
266+
] );
262267
]
263268

264269
let toplevel =

0 commit comments

Comments
 (0)