Juno.@enter/run myfunction() equivalent in vs code?

Is this possible?
All I’ve managed to do is set a break point at the line containing the call to myfunction() and re-run everything, then step in…
Obviously the issue is that this could take a long time vs just hitting ctrl-enter on:

Juno.@enter myfunction

oops I guess I stopped reading a bit too soon:

@enter myfunction()