Skip to content

Commit

Permalink
2 args
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Sep 24, 2023
1 parent eba283e commit f3894b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export function getAbiCompletionItems(range: monacoTypes.IRange, monaco): monaco
{
label: 'decode',
kind: monaco.languages.CompletionItemKind.Method,
insertText: 'decode(${1:arg});',
insertText: 'decode(${1:arg}, ${2:arg});',
insertTextRules: monaco.languages.CompletionItemInsertTextRule.InsertAsSnippet,
detail: 'decode(bytes encodedData, (...)) returns (...): ABI-decodes the given arguments from the given encodedData',
range
Expand Down

0 comments on commit f3894b9

Please sign in to comment.