lukehaas / RunJS

RunJS is a JavaScript playground for macOS, Windows and Linux. Write code with instant feedback and access to Node.js and browser APIs.
https://runjs.app
2.05k stars 45 forks source link

suggestion - popups on request #658

Open mmikeyy opened 3 weeks ago

mmikeyy commented 3 weeks ago

The information in the popups as we type or move the cursor around is really useful ... when we need it. When we don't, it's a major annoyance: we constantly need to move the cursor away from the code in order to look at it. So I turned the popups off. But now I don't have the info they provide when I would need it.

My suggestion is to hold either ctrl, shift or alt for the relevant popup to appear after a short delay. That would give us the benefit of popups without the annoyance.

lukehaas commented 3 weeks ago

Thanks @mmikeyy. This is a good suggestion. I see vscode supports this behaviour via the Cmd+K+I shortcut. I will aim to implement the same in RunJS.