I am trying to write a function within another function and am finding it quite difficult to test as I go. I have to highlight a line with the mouse, then press Shift+Enter to "Execute Code in REPL", then highlight the next line with the mouse... I searched for a keyboard shortcut to highlight the current line and save me from reaching for the mouse, but the VSCode default of Ctrl+L is overwritten by the Julia extension to clear the REPL. What is the suggested way to do this?