标签: google-apps-script documentation editor
有没有办法直接从Google Apps脚本编辑器访问功能文档?我喜欢这样做,因为我键入了函数名称,以及查看现有代码时。
例如,在检查以下代码行时:
var ss = SpreadsheetApp.getActiveSpreadsheet();
我希望能够悬停或右键单击getActiveSpreadsheet(),并显示描述此功能行为的相应文档。
getActiveSpreadsheet()
答案 0 :(得分:2)
不幸的是,Apps脚本代码编辑器没有此功能,但您可以提交feature request来添加它。