"editor.generateDocumentation":"Generate documentation for this function",
"editor.generateDocumentation":"Generate documentation for this function",
"editor.generateDocumentation2":"Generate documentation for the function \"{name}\"",
"editor.generateDocumentation2":"Generate documentation for the function \"{name}\"",
"editor.generateDocumentationByAI":"solidity code: {content}\n Generate the documentation for the function {currentFunction} using the Doxygen style syntax",
"editor.explainFunction":"Explain this function",
"editor.explainFunction":"Explain this function",
"editor.explainFunction2":"Explain the function \"{name}\"",
"editor.explainFunction2":"Explain the function \"{name}\"",
"editor.explainFunctionByAI":"solidity code: {content}\n Explain the function {currentFunction}",
"editor.executeFreeFunction":"Run a free function",
"editor.executeFreeFunction":"Run a free function",
"editor.executeFreeFunction2":"Run the free function \"{name}\"",
"editor.executeFreeFunction2":"Run the free function \"{name}\"",
"editor.toastText1":"This can only execute free function",
"editor.toastText1":"This can only execute free function",