moodymudskipper / debugverse

Brainstorming ideas for debugging workflow and tools, not a package (yet ?)
1 stars 0 forks source link

Ctrl+Enter but takes default args if they're not assigned yet #42

Open moodymudskipper opened 1 year ago

moodymudskipper commented 1 year ago

basically we temporarily create promises if the variables don't exist, so this works with NSE too. If we can map to ctrl + shift + enter that would be great

I'm not sure if it should create or not the variable from the arg, or remove it right after, we don't need it after all if we use ctrl shift enter.

We could adjust this behavior with an option