h2
Tuesday, August 23, 2022
h2
Friday, February 25, 2022
h2
Thursday, May 28, 2020
h2
Monday, December 7, 2020
h3
16 secrets tips, tricks and features for new Google Apps Script Editor (v2020)
h3
#1 Change order of your files in Apps Script project
h3
#2 When you click save, all project's files are saved
h3
#3 Show / hide not used code in function(s) with small arrow
h3
#4 Exchange two lines with [ALT] + [UP] or [ALT] + [DOWN]
h3
#5 Copy line below or above with [ALT] + [SHIFT]+ [UP] or [ALT] + [SHIFT] + [DOWN]
h3
#6 Expand or shrink block selection with [CTRL] + [SHIFT]+[CMD]+ [LEFT] or [CTRL] + [SHIFT]+[CMD]+ [
h3
#7 Multi-cursor for editing more lines together [ALT] + click to position
h3
#8 Better code refactoring with Rename symbol, which replaces all findings
h3
#9 Peek definition is best quick insight about function definition
h3
#10 Code suggestion for native JavaScript objects (e.g. Date) is available
h3
#11 Always visible panel with execution logs
h3
#12 Different colors console.warn() and console.error()
h3
#13 Hyperlink in logging console leads to code line
h3
#14 Better debugging to deeper inspect of function callstack and variables (local and global scope)
h3
#15 Change editor into dark-mode with command
h3
#16 Inline documentation with example in code suggestion
h3
Machine learning in Google Sheet with Tensorflow.js and Google Apps Script
h3
Deploy Tensorflow.js in Google Apps Script
h3
Building the model and training
h3
Get filtered rows in Google Sheets with Google Apps Script
h3
List all GCP regions with Google (unofficial) API endpoint